Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Time
- {
- int r_time = 10,y_time = 3,g_time = 5;
- public int Red()
- {
- return r_time;
- }
- public int Yellow()
- {
- return y_time;
- }
- public int Green()
- {
- return g_time;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment