Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SCALA

else if scala

if ( x == 10 ) {
	println("Value of X is 10");
} else if ( x == 20 ) {
	println("Value of X is 20");
} else {
	println("idk");
}
 
PREVIOUS NEXT
Tagged: #scala
ADD COMMENT
Topic
Name
6+5 =