pauline gomes

Greenhorn
+ Follow
since Mar 06, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by pauline gomes

hello, Caesar's method is totally new topic for me.i don't have any knowledge about it.so can anyone kindly do the program.thank you.


1.use Caesar's method, The encrypted text should be found in a text file named "message.txt" and the encrypted text should be written in a text file called "cypher.txt"
9 years ago
is it the right way to do it?
9 years ago
hey,thank you,i didn't know that,so here is what i did so far.
9 years ago
Hello,I have three homework questions.i already finished two of them but couldn't solve this one.Can you guys help me to solve this.Thank u.Also,i am a beginner,so It would be really helpful if you guys write it in details.


Write a program which manipulates fractions.

It should get two fractions from the user by inputing two numerators and two denumerators (integers) from 0 to 999 and then have the user select an operation from addition, subtraction, multiplication, and division, check for input errors (<0 or >999) and for division by 0 and gives appropriate error messages, terminating in case of error.
It then displays the two fractions in fraction form, the operation between them and the result of the operation in fraction form and the result of the division.

Take care of the fraction line!

Example:



The program should then give the option to the user to repeat the process and enter a new pair of fractions or terminate the program.


9 years ago