What's new

Closed Codes

Status
Not open for further replies.

Falln

Forum Veteran
Established
Joined
Mar 16, 2016
Posts
1,883
Reaction
280
Points
844
baka may codes kayo para dito. Share nyo naman, thank you.
 

Attachments

Code 1
int input = (input ng user);
while(input != 0)
{
System.out.println("Message na gusto iprint");
input--;
}

Code 2

int input = (input ng user);
for(int i = input; i >= 0; i--)
{
System.print(i + " ");
}

Code 3
ikaw na bahala. mahaba ang code. tinatamad ako magtype. cp kasi gamit ko.
 
Status
Not open for further replies.

Similar threads

Back
Top