رد: [cpcs 202 - برمجة 1] لديك سؤال , شيء غير مفهوم ,,, تفضل هنا , موضوع مفيد
ياليت احد يحل لي هذا السؤال ما عرفت احله ..
Define integer number and assign it to 0 (counter) , then read 2 number from user,
if they are equal : increment counter by 1
If they are not equal print “mismatch” and don’t do any processing.
Repeat this until user enter 0
Finally print the total number of matching
الحل ب Iteration ...
|