How To Calculate Frequency In An arrayWhy u dont try something like this?: arr[15]= [0 0 1 1 1 0 0 0 0 1 1 0 1 1 1]; int counter=0; f...
Seeking help with my program!i mean something like this : char a[100]; char characters; int counter; counter=0; cout<<"Write t...
Seeking help with my program!and for the search of the letter why u dont try a double for loop? for( "this one will display the ...
Seeking help with my program!why u dont try with a for loop? for(int b=0;sentence[b];b++)contador++;
Functions by Value and Reference1.- I think there is a problem in my program, I need to do all the calculations inside my function d...
This user does not accept Private Messages