Do Keyword in Java
Do Keyword in Java:Instagram
Facebook
Pinterest
Twitter
Do Keyword in Java #DarkHers #darkhers #program #code #java #bhfyp #youtubeshorts - YouTube ________________________________________________
package Test;
public class DoKeyword {
public static void main(String[] args) {
int i = 0;
do {
System.out.println(i);
i++;
}while(i <= 10);
}
}
________________________________________________
Dark Hers
YouTube
https://instagram.com/darkhers
https://www.facebook.com/darkhers
TikTok
https://www.tiktok.com/@darkhers
https://www.pinterest.co.uk/darkhers
Comments
Post a Comment