This is a small blog for programming.I want to share my thinking,creation and learning to all of you.I also want to develop my own skill as well as yours.
package munim2; public class dron { public static void main(String[] args){ int size; size=40; System.out.println(size>30 ? "your size is big" : "your size is small"); } }
No comments:
Post a Comment