Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~882 People Reached
About Me

Asmaa from Egypt , studies computer science at Cairo university.

Interests
Reading , listening to Music , just started to be intersted in coding when joined the university
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Asmaa_2

I'm asked to Write a program to create a calendar and I have a problem with defining the first day in every month whether it's satureday or sunday, etc can anyone give me a hint to fix this BTW, I'm not allowed to use functions :/ I'm disappointed about my …

Member Avatar for gusano79
0
388
Member Avatar for Asmaa_2

I'm asked to write a program in which the user inputs a letter and the program converts it to lower case if it's UPPER and vis versa. I have written this program and it worked: #include<iostream> using namespace std; int main() { char letter; cout<<"Enter any letter"<<endl; cin>>letter; if(letter>=97&&letter<=122) { …

Member Avatar for MandrewP
0
494