Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
~5K People Reached
Member Avatar for saja.omarii.7

heyy all ,, i'm trying to get the middle word of sentence contains 3 words using find and substr.. this is the code : #include <iostream> #include <string> using namespace std; void main() { string sentence; cout << "enter a three-words sentence :"; getline(cin, sentence); string middle = sentence.substr(sentence.find(" ") …

Member Avatar for saja.omarii.7
0
4K
Member Avatar for saja.omarii.7

heyyy every one .. can u guys write a c++ program to draw lozenge?? i tried to draw square triangle etc..

Member Avatar for saja.omarii.7
0
102
Member Avatar for saja.omarii.7

A palindrome is a word or sentence that reads the same forward as it does backward. Write C++ code that read string consist of 6 characters only and check if the string palindrome word or NOT.

Member Avatar for Jamblaster
0
334
Member Avatar for saja.omarii.7

this is the question : Write C++ a program that reads a person's age in years and print his/her age group. See the table below. Age------------Group name 1 year---------Childhood 2-3 years------Infancy 4-5 years------Preschool-Age 6–12 years-----School-Age 13–17 years----Adolescence 18–29 years----Young-Adulthood 30–39 years----Thirties 40–64 years----Middle-Age 56–48 years----Aged 85 years ------Very-Old You HAVE …

Member Avatar for saja.omarii.7
0
153
Member Avatar for saja.omarii.7

Write C++ a program that reads a person's age in years and print his/her age group. See the table below. Age Group name 1 year Childhood 2-3 years Infancy 4-5 years Preschool-Age 6–12 years School-Age 13–17 years Adolescence 18–29 years Young-Adulthood 30–39 years Thirties 40–64 years Middle-Age 56–48 years Aged …

Member Avatar for saja.omarii.7
0
375
Member Avatar for saja.omarii.7

Heyy all.. I tried like thousands time to download eclipse .. but it didn't work So please if any one know how to download eclipse for c++ .. I'll be thankful.. I tried to download it from the University and it failed .. and from many website also failed .. …

Member Avatar for saja.omarii.7
0
174