Thank you guys for helping me, I solve the problem alrdy
Type: Posts; User: Qwell
Thank you guys for helping me, I solve the problem alrdy
Oh yeah, Thanks. Is fine, THEN let me rephrase my words to "How about this code I've found"
okay thanks guys for the explanation. How about I wrote like this:
#include<stdio.h>
int main()
{
int c ;
int count ;
while ( ( c = getchar() ) != EOF ) if ( ( c >=...
Is this correct? :
#include <stdio.h>
int main()
{
char str[1000], ch;
int i, number = 0;
1. Write a program for you to key in 10 capital letters from keyboard, and show how many times of letter “A” you have keyed in on your monitor. This question is about C. Thank you. Please help me