panda_hxc

lab_1_1

Nov 8th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.06 KB | None | 0 0
  1. CLS
  2. M = .65
  3. P = .25
  4.  
  5. Z = P * M / (SQR(1 - M ^ 2))
  6.  
  7. PRINT Z
Advertisement
Add Comment
Please, Sign In to add comment