Daffa404

Untitled

Oct 20th, 2020
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class Time
  2. {
  3.     int r_time = 10,y_time = 3,g_time = 5;
  4.     public int Red()
  5.     {
  6.         return r_time;
  7.     }
  8.     public int Yellow()
  9.     {
  10.         return y_time;
  11.     }
  12.     public int Green()
  13.     {
  14.         return g_time;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment