C
Curious
Hi,
I am trying to create the following enum:
public enum myEnum {First Come First Serve, Shortest Job First, Round
Robin}
Now when I compile, errors are given. The main reason is that each
item in the enum is made of multiple words.
How can I get around this problem
Can someone help me out.
Thanks in Advance
I am trying to create the following enum:
public enum myEnum {First Come First Serve, Shortest Job First, Round
Robin}
Now when I compile, errors are given. The main reason is that each
item in the enum is made of multiple words.
How can I get around this problem
Can someone help me out.
Thanks in Advance