What's new

Closed help po plss deadline na sa miyerkules may libreng load po sa mkasasagot

Status
Not open for further replies.

Disguise

Eternal Poster
Joined
Feb 15, 2016
Posts
434
Reaction
91
Points
280
Age
31
Create a program that accepts any number.create a triangle whose height is as tall as the inputted number. sample output: enter number: 3 *** ** *
 
same question lang to kanina ah. gawa ka ng for loop at yung end nya eh yung na input ng user . anong language ba?
 
input = number

print mo po ang input sa loop,
at kada iteration dapat + 1 at New Line

ex.
input = 5
for i in input:{
print(i+1);
}
 
Status
Not open for further replies.

Similar threads

Back
Top