Posts by Gabriel0598 • 21 points
2 posts
-
2
votes2
answers196
viewsQ: Code to generate random number sequence does not work
I developed a C code to generate a sequence of random numbers to be typed by the user, but it’s the first time I make a source code of the type for a college job, and according to the research I did…
-
-2
votes1
answer117
viewsQ: How to make Fibonacci sequence through matrix?
I’m developing a C algorithm that displays a Fibonacci sequence on the screen, but first I built a spreadsheet in Excel to understand how this sequence works and realized that it is a 3 column…