0
Write the following c program in the description:
by defining three counter a, b and c write a C program which will prompt a user to place letter A or B or C from the keyboard and every time letter A is placed then counter a is incremented by single value. likewise when letter B is placed from the keyboard counter b is incremented also to letter C. then your program should display how may time letter A, B and C are placed.
6 Respuestas
+ 1
then u should specify more clearly. i think this a typo. -> how many times
0
maybe u should do ur homework yourself so u learn some ;) we are definitely ready for helping you if you have a problem
0
l was trying to do this but I did not reach the conclusion please guys try to highlight me on this
0
int a,b,c
if input = a:
a++
...
print a,b,c
0
the problem is in how may time should display so how can I write this program
- 1
please and sorry for your time please can u write this program for me