User: sabbirshawon

  • Public profile

User profile: sabbirshawon

User info
User name:sabbirshawon
History
Joined:
Number of posts:16
Latest posts:

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 = ...

summation
Hello, i am beginner in C++. i want to add 10 different values as input and make summation of that. ...

search string in a file
how 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