I m a bsc it student. i have got a project to do. and i need your help. the project is all about to create a software. i dont have any idea about it. please help me
Believe it or not, creating software is easy. Especially these days with the object oriented programming OOP's. A program is just what it sounds like, it is a list of what will happen in order, just like you would see at a concert.
Basic is the best way to start, Beginners All Purpose Symbolic Language. It is the best way because it is in english and has few parameters.
Learning a language is all about learning how to format the commands. Apostrophes, commas, semi-colons, etc have meaning when you input the commands.
You just need to think like the computer does, very literally. A computer does nothing and knows nothing until a programmer tells it what to do. In basic you have certain input/output devices, and everything else is internal.
Okay, here is what you are after:
print "what is your name"
input: X
print "Your name is": X
end:
92 views
Usually answered in minutes!
×