Write the correct statement to store value of “vb programming” to label button 5 Select one: a. lbl_label5 = “vb programming” b. “vb programming” = lbl_button5 c. lbl_button5 = “vb programming” d. lbl_button5.text = “vb programming” What is the output of the given program below if the inputted values are both 2 #include #include void main() { int num1,num2,ans; print(“Input First number: “); scanf(“%d”,&num1); print(“Input Second number: “); scanf(“%d”,&num2); ans=num1+num2; switch(ans) { case 2: printf(“HAHAHA”); break; case 4: printf(“HOHOHO”); break; case 6: printf(“HEHEHE”); break; default: printf(“INVALID”); } getch(); }
Write the correct statement to store value of “vb programming” to label button 5 Select one: a. lbl_label5 = “vb programming” b. “vb programming” = lbl_button5 c. lbl_button5 = “vb programming” d. lbl_button5.text = “vb programming” What is the output of the given program below if the inputted values are both 2 #include #include void main() { int num1,num2,ans; print(“Input First number: “); scanf(“%d”,&num1); print(“Input Second number: “); scanf(“%d”,&num2); ans=num1+num2; switch(ans) { case 2: printf(“HAHAHA”); break; case 4: printf(“HOHOHO”); break; case 6: printf(“HEHEHE”); break; default: printf(“INVALID”); } getch(); }
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
Write the correct statement to store value of “vb
Select one:
a. lbl_label5 = “vb programming”
b. “vb programming” = lbl_button5
c. lbl_button5 = “vb programming”
d. lbl_button5.text = “vb programming”
What is the output of the given program below if the inputted values are both 2
#include<stdio.h>
#include<conio.h>
void main()
{
int num1,num2,ans;
print(“Input First number: “);
scanf(“%d”,&num1);
print(“Input Second number: “);
scanf(“%d”,&num2);
ans=num1+num2;
switch(ans)
{
case 2:
printf(“HAHAHA”);
break;
case 4:
printf(“HOHOHO”);
break;
case 6:
printf(“HEHEHE”);
break;
default:
printf(“INVALID”);
}
getch();
}
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps with 1 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education