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.
public class priyo { public static void main(String[]args){ int friend,brother,total; friend=10; brother=20; total=friend+brother; System.out.print("the total number is :"); System.out.println(total); }
No comments:
Post a Comment