Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need help "/

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Blasph
Master Cheater
Reputation: 0

Joined: 21 Feb 2007
Posts: 275

PostPosted: Tue Nov 04, 2008 4:14 pm    Post subject: Need help "/ Reply with quote

Make a pseudocode that simulates a calculator with the following operations: /, Div, MOD, solves second degree equations, SQR, potentiation, and factorial.

This is what I have done till now:
Pseudocode calculator
Var
(Im putting these on the end because I dont know how many ill need..)
Begin
write ('What is the operation you choose? 1- for real division; 2- for quotient of the whole division; 3- rest of the whole division; 4- root of a second degree equation; 5- square of the number; 6- potentiation; 7- factorial')
read(choice)
Case (choice) is
'1':write('For which numbers do you want to apply the operation?')
read(real1,real2)
write(real1,'/',real2,'=',real1 / real2)
'2':write('For which numbers do you want to apply the operation?')
read(int1,int2)
write(int1,'DIV',int2,'=',int1 div int2)
'3':write('For which numbers do you want to apply the operation?')
read(int1,int2)
write(int1,'MOD',int2,'='int1 mod int2)


And I cant do the rest of the operations... By the way sorry for my english x)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites