Start New Discussion Reply to this Discussion A program to print highest value
Hi everyone,plz i need help from anyone to check if this program is writthen correctly
{
A program to read two values A and B and print the highets value
}
Val A
:
integer
;
Val B:integer
;
Begin A
:
=10
;
B:=12
;
if A
>
B then
begin
writeln
(
'
A is highest value
'
)
end;
if B
>
A then
writeln
(
'
B is highest value
'
)
End
.
Related Article: pascal prg
is a Pascal and Delphi discussion thread by joejodre that has 6 replies and was last updated 2 months ago.
joejodre
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
too much spacing in there here is some c++ pseudo code to help you out
int res = (a>b)? a:b;
cout << rest << endl;
Chase.Dangerfield
Newbie Poster
4 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
tanx bt its a pascal program...so is the c++ code applicable?? bcz i dnt knw abt c++
joejodre
Newbie Poster
6 posts since Dec 2012
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.2970 seconds
using 2.65MB