| 
				 ممكن حل واجب مادة البرمجة cpcs202 
 
 
السلام عليكم
 ممكن حل هذا الواجب مع الشرح لو سمحتوا
 
 1. What is a source program? What is a compiler?
 
 2. What are the input and output of a Java compiler?
 
 3. Write a program that displays the result of 1+2+3+4+5+6+7+8+9, and
 then displays the sentence “WOW, I did my first program!”.
 
 4. Write a program that takes three numbers from the user and then displays
 their average.
 |