رد: [cpcs 202 - برمجة 1] لديك سؤال , شيء غير مفهوم ,,, تفضل هنا , موضوع مفيد
مساء الخـــــــــــــير
مستر احمد عندي واجب اعطتنى هو الدكتوره وابيك تساعدني في الحل بليييييييز
Programming:
write an expression to test for each of the following
relationships.
a- age is form 18 to 21 inclusive.
b- water is less than 1.5 and also greater than 0.1
(%c- year is divisibal by 4.(Hint: Use
d- speed is not greater than 55
E- y is greater than x and less than z
F_ w is either =to 6 or not greter than 3
???????????
ارجو المساعده مستر احمد
write c statments to
crry out thefollowing steps:
a- if item is nonzero, then multiply product by item and save the result in product, ootherwise,skip the multiplication. In either case, print the value of product.
B- if x is 0, add 1 to,zero_count.if x is negative, add x to minus_sum. if x is greater than 0, add x to plus_sum
|