Guest User

Untitled

a guest
May 25th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.13 KB | None | 0 0
  1. DIM a AS SINGLE, b AS SINGLE, c AS SINGLE
  2.  
  3. a = LOG(56.4) / LOG(3.0)
  4. b = sqrt(sqrt(78.0))
  5. c = ABS(COS(0.9))
  6.  
  7. PRINT (a - b / c)
Add Comment
Please, Sign In to add comment