Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while ((input = sr.ReadLine()) != null)
  2. {
  3. for (int i = input.Length; i >= 0; i--)
  4. {
  5. if (input[i] == ':')
  6. {
  7.  
  8. t++;
  9.  
  10. }
  11. }
Add Comment
Please, Sign In to add comment