عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
  #1  
قديم 08-11-2009, 08:56 PM
الصورة الرمزية dona-kun

dona-kun dona-kun غير متواجد حالياً

جامعي

 
تاريخ التسجيل: Apr 2009
التخصص: computer animation heehe
نوع الدراسة: إنتظام
المستوى: الثالث
الجنس: أنثى
المشاركات: 65
Skaau.com (10) اكواد برنامج واجب اللاب


#include <iostream.h>
#include <conio.h>
#include <math.h>

void main()
{ int x, z ,y;
cout<<"enter three numbers";
cin>>x>>z>>y;
y=y+((sqrt(pow((x+1),5)*((abs(z)/5))-(pow(5,-1)+(abs(x)*5));
getch();
}


بالله ياشباب و صبايا دلوني فين الخطأ بلييييييييييييز

 


توقيع dona-kun  


Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends – commercial, artistic, and pure entertainment. Programmers have a well-deserved reputation for working long hours but are rarely credited with being driven by creative fevers. Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination, but because their imagination reveals worlds that others cannot see.

 

رد مع اقتباس