Using While Loop

Program:public class Multiples{public static void main(String args[]) { int num=1; int meeting_point=0; int no1=21, no2=43; while(true) { if(num%no1==0 && num%no2==0) { meet...
0 Read More

Day 1143 : Fingers

Day 1143 : Fingers
liner notes: Professional : Today flew by! Had a couple of meetings. I got to do a demo of the stuff I worked on to the team. Took a couple of very long trainings. Kept an eye on the community channel...
0 Read More