If anyone here know programming languages, can anyone please tell me is the program is right.
Answers
Answer:
Computer programming languages allow us to give instructions to a computer in a language the computer understands. Just as many human-based languages exist, there are an array of computer programming languages that programmers can use to communicate with a computer. The portion of the language that a computer can understand is called a “binary.” Translating programming language into binary is known as “compiling.” Each language, from C Language to Python, has its own distinct features, though many times there are commonalities between programming languages.
These languages allow computers to quickly and efficiently process large and complex swaths of information. For example, if a person is given a list of randomized numbers ranging from one to ten thousand and is asked to place them in ascending order, chances are that it will take a sizable amount of time and include some errors.
There are dozens of programming languages used in the industry today
Answer:
CLS
Edit
Uiew
Search
Huw
Debug
DAY HAS
INPUT "ENTER ANY DAY FROM MONDAY TO SUNDAY": AS
Options
Help
Imediate
Chift+F1\Help <P6 Hitoww> <F2 Sah> <F5 Hun> <FB-Step>
SELECT CASE AS
CASE "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"
PRINT "WEEKDAY, YOU MUST 60 TO WORK"
CASE "SATURDAY". "SUNDAY"
PRINT "HOLIDAY, ITS TIME TO RELAX" CASE ELSE
PRINT "PLEASE ENTER A CURRECT DAY"
END SELECT
END