Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 4 Question 4 A Nobel Prize Candidate must meet two criteria: A person who does (1) significant work for the society. and (2) makes

image text in transcribedQUESTION 4

Question 4 A Nobel Prize Candidate must meet two criteria: A person who does (1) significant work for the society. and (2) makes breakthrough in his or her work Part (A) dos Significant Work mark Yes Yes No No Yes NO Write a program to ask two simple questions above and determine whether the person is eligible as a Nobel Prize Candidate Part() Now, the Norwegian Nobel Committee has decided to include a third criteria. The candidate must be nominated by at least one Nobel Laureate past Nobel Prize winners Modify your program in part(a) to include this third criteria Question 5 Write a C program to scan an alphabet as a character input and determine whether it is a capital or small letter. Your program should also print the alphabet character entered with its associated ASCII value. Complete your program with the code snippet below Tips: The ASCII values for alphabets A-Z are 65 to 90 and 2 ane 97 to 122. Reference: http://www.ascii-code.com/ #include #include int main(void char C printf("Key in an alphabet scantic, 60); Insert your code here return EXIT_SUCCESS, Sample Program Output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Joe Celkos Data And Databases Concepts In Practice

Authors: Joe Celko

1st Edition

1558604324, 978-1558604322

More Books

Students also viewed these Databases questions