Write the following c program in the description: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

12th Dec 2016, 10:24 PM
Ismaili Lichinga
Ismaili Lichinga - avatar
6 Answers
+ 1
then u should specify more clearly. i think this a typo. -> how many times
12th Dec 2016, 11:08 PM
Loeschzwerg
0
maybe u should do ur homework yourself so u learn some ;) we are definitely ready for helping you if you have a problem
12th Dec 2016, 10:32 PM
Loeschzwerg
0
l was trying to do this but I did not reach the conclusion please guys try to highlight me on this
12th Dec 2016, 11:00 PM
Ismaili Lichinga
Ismaili Lichinga - avatar
0
int a,b,c if input = a: a++ ... print a,b,c
12th Dec 2016, 11:02 PM
Loeschzwerg
0
the problem is in how may time should display so how can I write this program
12th Dec 2016, 11:06 PM
Ismaili Lichinga
Ismaili Lichinga - avatar
- 1
please and sorry for your time please can u write this program for me
12th Dec 2016, 11:12 PM
Ismaili Lichinga
Ismaili Lichinga - avatar