This site will only be posted on all topics based on technology
):-Those who are studying diploma engineering in computer department. The necessary things for them will be uploaded on this site.-:(
B: DR: Upload source code of Java, C, C ++, Visual Basic, Python, Basic Programs for C # Programs ♡♡♡ Thanks Everybody ♡♡♡♡
Friday, 21 June 2019
Programming is java summation between two numbers
Programming is java
package test; public class TwoNumberSummation { public static void main(String[] args) { int a,b,result; a=10; b=20; result=a+b; System.out.println ("summation is:"+result); } }
No comments:
Post a Comment