write java program to print the sentence welcome to java 5 times, using while loop and draw flowchart diagram

  • برمجة
  • برمجة جافا

write java code to print the sentence "welcome to java  5 times" using while loop and draw flowchart diagram

الأجوبة

/********
write java program to print the sentence welcome to java  5 times, using while loop
********/
public class Main
{
	public static void main(String[] args) {
		int i=1;
while(i<=5)
{
System.out.println("welcome to java");
i++;
}	    
	}
}

 

output:

welcome to java
welcome to java
welcome to java
welcome to java
welcome to java

 

هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...