Facebook
From Wet Bison, 4 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Burly Bongo - view diff
Embed
Download Paste or View Raw
Hits: 107
  1. Get integer from user
  2. Read and save integer as num
  3. IF num>0 Then
  4. Print "the number is positive"
  5. Else IF num<0 Then
  6. Print "the number is negative"
  7. Else IF num=0 Then
  8. Print "the number has no sign"
  9. End If

Replies to Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Untitled Khalil Khawaja text 4 Years ago.