0
My first code
I'm new learning to code for my first code, I want to make an app or a code that allows you to pick your own numbers and then sort them in order like sorting algorithms. I was researching on the web and I found one that comes close to what I want to look like, the name of the app is My Viking lotto any idea how I can begin this code. your help is appreciated.
5 Respostas
+ 1
Kyle, what language are you interested in using?
0
I’m learning to code with c++ but HTML is what my first app I wanted to be what code do you know now?
0
I want to learn c++ first and then HTML my goal is to learn c++ and do a mini code that people can use to pick numbers in sorting algorithms like the app I research but I have no idea how to begin. with c++ first
0
Kyle, the first step is to just start. You cam make a small program that produces random numbers and also sorts them I C++. I dont remeber exactly how to do that. It has been a while since I played with Cpp. You will have to use a sequence of flow controls where you instruct the computer to store the values based on their values i. e. Min or Max.