answersLogoWhite

0


Best Answer

The case statement was first introduced by ALGOL-W.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What language introduced the case statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which language used e as seen first?

The lower case e was introduced in Mediaeval Latin.


Specific case in which a statement is false?

A counterexample is a specific case in which a statement is false.


What is the language introduced recently by Microsoft company?

D is the language recently introduced by mrwalter bright which is a combination of both c and c++


How the program statement and code are related?

A statement in your program is part of the code. In a low-level programming language, a statement will map directly to a single CPU instruction. In a high-level programming language, a statement is the smallest element of the language's syntax.


What problem were there in the witness statement?

What witness statement, in what case?


Why you use if and else statement in c language program?

There is no "elseif" statement in C. You can only use "else" and "if" separately. This is a good reason for switch/case/break.


What is the section of a select case statement that is branched to if none of the case values match the expression listed after the select statement?

The default case.


What is an outp ut statement in programming?

That refers to a statement that shows something to the user, in the simplest case, on the screen.That refers to a statement that shows something to the user, in the simplest case, on the screen.That refers to a statement that shows something to the user, in the simplest case, on the screen.That refers to a statement that shows something to the user, in the simplest case, on the screen.


What is difference between select Case statement and nested loop in c programming in UNIX?

UNIX has no bearing on the C language; it is cross-platform. There is no select/case in C, you probably meant switch/case. However, a switch/case is a conditional jump while a nested loop is a loop within a loop. Besides the C language they have nothing in common with each other.


Who introduced the English language to the Irish?

the ciltic


What is grammar ,and what year was it introduce?

Grammar is a system of language it was it was introduced in 1586 introduced by William Bullokar


What is statement and blocks?

A statement is a single instruction in a language; a block is a group of instructions.