CodersVilla
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

Latest topics
» A Pascal Program to Marks the scores of students in three courses!
A simple Pascal program to turn on/off an AC EmptyTue Feb 12, 2013 7:07 am by Morris

» Download Force3.0 for fortran
A simple Pascal program to turn on/off an AC EmptyMon Dec 17, 2012 10:41 am by Morris

» A simple Pascal program to turn on/off an AC
A simple Pascal program to turn on/off an AC EmptyMon Dec 17, 2012 10:23 am by Morris

» Download IDE/Compiler for Pascal
A simple Pascal program to turn on/off an AC EmptySat Dec 01, 2012 1:00 am by Morris

» Here is a a FORTRAN COMPILER FOR FREE DOWNLOAD!
A simple Pascal program to turn on/off an AC EmptyTue Nov 27, 2012 6:56 am by Morris

» ALERT! A NEW TROZAN THAT STEALS YOUR PICTURES
A simple Pascal program to turn on/off an AC EmptyMon Nov 26, 2012 11:59 am by Morris

» Dell cellular broadband modem.
A simple Pascal program to turn on/off an AC EmptySun Sep 23, 2012 6:35 am by Alphamj

» 2011/2012 SPDC Joint Venture University Scholarship Award Scheme
A simple Pascal program to turn on/off an AC EmptyThu Jul 26, 2012 8:46 pm by Morris

» A mad man and a foolish thief.
A simple Pascal program to turn on/off an AC EmptyWed Jul 25, 2012 6:33 pm by Alphamj

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar


A simple Pascal program to turn on/off an AC

Go down

A simple Pascal program to turn on/off an AC Empty A simple Pascal program to turn on/off an AC

Post by Morris Mon Dec 17, 2012 10:23 am


Code:
var
  Temp: Single;
begin
 WriteLn('What is the Temperature of Your Room?');
 Readln(Temp);
  if Temp > 25 then
  WriteLn('Your Temp is ',Temp,' degree celcius Please turn on the AC')
  else if Temp = 25 then
  WriteLn('You are running at Room Temperature')
  else
  WriteLn('Turn off the Air Conditioner');
  ReadLn;

end.
Morris
Morris
Admin

Posts : 19
Join date : 2012-07-06
Age : 34
Location : BENIN CITY

https://codersvilla.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum