Guest User

Untitled

a guest
Nov 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // the number of temperatures to analyse
  2. int n = int.Parse(Console.ReadLine());
  3.  
  4. // eg. 1 -2 -8 4 5
  5. string temps = Console.ReadLine();
  6. // the n temperatures expressed as integers
Add Comment
Please, Sign In to add comment