write program print out the factorial of n integer values , the program passes each integers value to a function called factorial that calculates the fact of an integer value
#include"stdio.h"
int factorial(int f);
main()
|
write a program print that pattern by while statement
+*+*+*+
*+*+*+*
+*+*+*+
*+*+*+*
#include"stdio.h"
|
write a program that reads value of x and compute the value of y from the following equation
y = -x + x^2 - x^3 + x^4
#include"stdio.h"
int p(int m, int n);
main()
|
what is output ,, val = 316 :
#include"stdio.h"
main()
{
long val, sum=0, n;
|
write a program that reads a sequence of integers when a negative number is read that many asterisk are to print ,, when a positive number is read that the factorial of the number is to be printed
#include<stdio.h>
main()
{
int i, n, val, j, fact;
|
write a program perform the addition, subtraction, division or multiplication ,, the inputs to the program are two float values and arithmetic operator .use
1- if-else
2- switch
if-else :
#include<stdio.h>
|
write a program that read n integer values and pass them one at a time to a function called evenodd to determine if value is even or odd ,, also another function called negative to determine if value is positive or negative
#include<stdio.h>
void evenodd(int x;);
void negative(int y;);
|
write a program using while statement and conditional operator to read n integer values and calculate
1- number and sum of odd values
2- number and sum of even values
#include<stdio.h>
main()
{
int val, n, i=1, odd=0, even=0, odds=0, evens=0;
...
Read more »
|
:: Problem 1 ::
:: Problem 2 ::
|
:: Problem 1 ::
:: Problem 2 ::
|
- توصيل اللمبة العادية :-
- توصيل لمبة فلوروسنت :-
** فائدة الـ starter : تعويض فرق الجهد حيث أن الجهد 220 ينقسم بين الـ chock واللمبة
|
1- Introduction .
2- advantages and dis advantages .
3- Basic Principles of wind energy conversion .
4- emprical formula for wind power conversion .
5- Basic components of wind energy conversion ( WECs ) systems in black diagram .
6- physical bodiment of wind electric generating station in general listed form .
>>>==(O)==<<<
1- Introduction :
|
#include"stdio.h" main() { int val, max, min, i; printf("enter value 1 : "); scanf("%d", &val); max=val; for(i=2;i<=5;i++){ printf("enter value %d : ", i); scanf("%d", &val); if(val>max){ max=val; } else if(val<min){ min=val; } &nb
...
Read more »
|
printf("enter z and n : ");
|
#include"stdio.h"
int main(void){
int n, i, j;
printf("enter n : ");
scanf("%d", &n);
|
int i=1;
while(i<=10){
cout<<"I="<<i;
}
short a;
a=1;
while(a<=10){
cout<<"A*A = "<<a*a;
|
int n, i=1, j=1, sum1=0, sum2=0;
|
int n, i=1, j=1, sum1=0, sum2=0;
|
char ch_array[] = {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
|
char ch_array[] = {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'};
|
printf("enter the phrase : ");
|
في المثال اللي فات كان الكمبيوتر بيختار
رقم عشوائي في كل سطر لكن ماكانش بيتغير كان بيطلع هو هو في كل مرة تشغيل
للبرنامج .. عشان نغيره هانعمله seeding random
srand();
بس هانحطلها parameter متغير بيتغير مع كل مرة فتح للبرنامج دا هايكون
time(NULL)
هانزود سطر واحد بس ع البرنامج القديم هايكون بالشكل دا
srand(time(NULL));
|
عندنا function اسمها ()rand دي وظيفتها بتدي أي رقم عشوائي .
int i=0;
|
#include <stdio.h>
#include <conio.h>
int findarea(int x, int y);
int main(void)
{
|
هانعمل برنامج يطلب من الـ user الـ number of eyes and toes لو 2 و 10 يبقى طبيعي لو أي حاجة تانية يبقى مش طبيعي
int eyes;
int toes;
|
#include <stdio.h>
#include <conio.h>
int main(void)
{
int counter = 1;
|
#include <stdio.h>
#include <conio.h>
int main(void)
{
int number;
|
#include <stdio.h>
#include <conio.h>
int main(void)
{
int counter = 1;
|
هانعمل برنامج يطلب من الـ user عدد الـ hotdogs اللي كلهم على مدار 5 أيام وبعدين يحسب المتوسط للـ hotdogs في اليوم الواحد ويكتبه : #include <stdio.h> #include <conio.h>
int main(void) { int loopcount; int hotdogs;
...
Read more »
|
هانكتب برنامج يسأل الـ user عن عمره .. لو العمر 60 يكتب you are oldest man .. لو 40 يكتبله good .. لو 21 يكتبله nice .. ولو مش أي حاجة من دول يكتبله nice to meet you :
#include <stdio.h> #include <conio.h> int main(void)
{ int age; printf("Ent
...
Read more »
|
- if statement :: 3 cases :.
|
الـ comment في البرمجة عموما دا سطر بيكتبه الـ programmer عشان يفكر نفسه بحاجة في المكان اللي كتبه في يعني ملحوظة ما بيشوفهاش غير الـ programmer ومالهاش أي تأثير في البرنامج . ودا بيكون بالشكل دا
|
بسم الله الرحمن الرحيم في الدرس اللي فات كتبنا hello world في نفس السطر . لو عايزين نكتب hello في سطر و world في سطر هانكتب مابينهم n\ |
بسم الله الرحمن الرحيملغة السي لغة سهلة وبسيطة وهي لغة High Level Language يعني من ضمن اللغات الجديدة اللي اتعملت عشان تسهل على الـ programmer وعلى الـ user يعني لو دي أول لغة برمجة تتعلمها ان شاء الله مش هاتكون صعبة .. أنا مش هارغي كتير في المقدمة وندخل في الموضوع :
|
|