java Fe...
Friday, June 19, 2020
Monday, October 21, 2019
Greatest among 2 number in JAVA
Subham
October 21, 2019
Greatest among 2 number in JAVA :- // java program of greatest among 2 number class great { public static void main (String...
Saturday, October 12, 2019
ଓଡିଆ ସଂଖ୍ୟା ଗଣନା (1-100)
Subham
October 12, 2019
Saturday, August 24, 2019
Flowcharts
Subham
August 24, 2019
Flowchart :- ◾ Flowchart is the pictorial or the graphical representation of the sequence of operation for solution of problem. ◾It is...
Friday, August 23, 2019
Average program in JAVA
Subham
August 23, 2019
Average program in java :- // AVERAGE PROGRAM IN JAVA public class average { public static void main () { int a,b,...
Saturday, August 17, 2019
Calculate Total Mark & Percentage
Subham
August 17, 2019
Program to Calculate Total mark & percentage of a Student :- public class student { public static void main () { int math,phy,c...
Sunday, August 11, 2019
Principle of JAVA
Subham
August 11, 2019
Principle of JAVA:- 1. The principal of java programming were simple,portable,platform independent,secure,dynamic,high performance and o...