Computer Science, asked by AryaRaoTP, 7 months ago

how to make programming in computer
please answer me with step by step in English ​

Answers

Answered by Arkapriya1Mukherjee9
0
There are many methods
Public void main
Scanner class
Buffered reader
Etc.
Which one is needed?
Answered by PalakThareja
1

Answer:

Choose a programming language. Computer programming is done as essentially a set of written instructions that the computer follows (also known as binary coding). These instructions can be written in several different "languages", or which are simply different ways of organizing the instructions and text. Different languages tend to be used to create different types of programs, however, so choose a language that you feel is relevant to what you want to do.[1] If you decide that a language does not suit your needs, you can always move on to a new language.

2

Consider C, C++, C# and related languages. These languages are mainly used for creating standalone computer applications such as games. C and C++ are difficult languages to learn for a beginner, but not impossible. Learning them will give you an in-depth understanding of not only programming (most programming languages inherit some concept or the other from C and C++) but also of how a computer works. They are popular and widely used, though C#, a language very similar to Java, is starting to become much more common.[2]

Ad

3

Consider Java or JavaScript. These are good languages to learn if you want to work on making web plugins (JavaScript) or mobile apps (Java). These languages are very much in demand right now, so they are handy to know. Keep in mind that Java and JavaScript are completely different languages, despite the similarity in names.[3]

4

Try Python. Python is a very versatile language used widely across several platforms.[4] Despite being extremely powerful, it is an easy language for a beginner to pick up, so give it a try!

5

Consider PHP. PHP stands for PHP: Hypertext Processor. It is a web programming language and relatively easy to learn due to its weak typing and popularity (popularity means there will be several useful tutorials on the language). It is a great language for server-side programming.[5]

6

Don't limit yourself to these languages! There are tons of programming languages, all with varying uses. If you want to work as a programmer, you will need to know more than one, so learn as many as you can.

Hope this helps you

Please mark me the brainliest

Similar questions