Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,15 +0,0 @@
|
|||
include get.e
|
||||
|
||||
integer a,b
|
||||
a = floor(prompt_number("a = ",{}))
|
||||
b = floor(prompt_number("b = ",{}))
|
||||
|
||||
puts(1,"a is ")
|
||||
if a < b then
|
||||
puts(1,"less then")
|
||||
elsif a = b then
|
||||
puts(1,"equal to")
|
||||
elsif a > b then
|
||||
puts(1,"grater then")
|
||||
end if
|
||||
puts(1," b")
|
||||
Loading…
Add table
Add a link
Reference in a new issue