0
Fibonacci using * in c pgramming
Hey I was just wondering if you guys could give me ideas on how to display * for the Fibonacci sequence. For example: if the user inputs 5 the console should display: <----( the space for 0 ) * * ** *** //User input 5= 0,1,1,2,3
1 Resposta