Privacy Policy
Hacking
Home
About
Contact
Home
Hacking
Termux
C
C++
Java
Javascript
Games
Science
Gadgets
Learn Blogging
Documentation
_Web Documentation
_Video Documentation
Download This Template
Home
java
How to write a Do While Loop in Java
How to write a Do While Loop in Java
ShadowLeaks
August 05, 2019
How to write a Do While Loop in Java
Do while
Class santhosh
{
public Static void main(String args[])
{
int a;
a=1;
do
{
System.out.println("The value of a is :"+a);
a++;
}
while(a<=10);
}
}
Post a Comment
0 Comments
Social Plugin
Contact Form
Name
Email
*
Message
*
Pageviews past week
Popular Posts
How to use Weeman Tool in Termux
November 10, 2019
How to Use Password generator in Termux
August 14, 2019
How to Use Smb-scanner in Termux
August 14, 2019
Categories
C_Plus
12
C_Programming
11
Gadgets
1
Games
39
Hacking
36
java
55
Javascript
9
Science
50
Termux_Tutorials
34
Tags
C_Plus
C_Programming
Gadgets
Games
Hacking
java
Javascript
Science
Termux_Tutorials
0 Comments