Skip to content

Instantly share code, notes, and snippets.

View coderpr's full-sized avatar

pr coderpr

  • pune
View GitHub Profile
/**
*
* @author prlabs
*
*/
class example{
public static void main(String args[]){
char color = 'd';
switch(color){
case 'r' : System.out.println("Red");