counting vowels"y" isn't a vowel [code]#include <iostream> using namespace std; int main() { string x; int c...
Star wars and Lord of the rings if else statement troubles[code]#include <iostream> using namespace std; int main () { string movie, Starwars, Lordoftherin...
geometry calculator[code] #include <iostream> #include <math.h> using namespace std; int main() { const double PI = ...
summationHello, i am beginner in C++. i want to add 10 different values as input and make summation of that. ...
search string in a filehow can i search string like "ATG" or "CTG" etc in the outfile, and when it will find "ATG" then it ...
This user does not accept Private Messages