Please help with 1 and 2 1. Now add the two numbers (stored in A and B) and print the sum to the screen. You will put the sum into the variable C. 2. Enter a switch/case statement after the addition operation that will check if the sum is a prime number. The inputs are bound to 0-9, which means the sum will be bound to 0-18. Within this range, the numbers 2, 3, 5, 7, 11, 13, and 17 are prime numbers. If the sum is a prime number, print “The sum IS a prime number”. If it isn’t, print “The sum is NOT a prime numbers”. Put this message on the same line as the sum. The Arduino code (picture)
Please help with 1 and 2 1. Now add the two numbers (stored in A and B) and print the sum to the screen. You will put the sum into the variable C. 2. Enter a switch/case statement after the addition operation that will check if the sum is a prime number. The inputs are bound to 0-9, which means the sum will be bound to 0-18. Within this range, the numbers 2, 3, 5, 7, 11, 13, and 17 are prime numbers. If the sum is a prime number, print “The sum IS a prime number”. If it isn’t, print “The sum is NOT a prime numbers”. Put this message on the same line as the sum. The Arduino code (picture)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Please help with 1 and 2
1. Now add the two numbers (stored in A and B) and print the sum to the screen. You will put the sum into the variable C.
2. Enter a switch/case statement after the addition operation that will check if the sum is a prime number. The inputs are bound to 0-9, which means the sum will be bound to 0-18. Within this range, the numbers 2, 3, 5, 7, 11, 13, and 17 are prime numbers. If the sum is a prime number, print “The sum IS a prime number”. If it isn’t, print “The sum is NOT a prime numbers”. Put this message on the same line as the sum.
The Arduino code (picture)

Transcribed Image Text:1 int A, B, C; // initializing the global variables
2 int count; // initializing count
3
4 void setup()
5 {
Serial.begin(9600);
// introductory message
Serial.println("--- Assignment 7 - User Input ---");
Serial.println();
10 Serial.println();
7
8
9.
11
12
count
0;
13 }
14
15 void loop()
16 1
17
Serial.println("Enter a number between 0 and 9");
18 // taking user input
19
while (Serial.available()== 0) {}
20
// if count is even, then input assigned to A
if (count % 2
22
0) {
Serial.read();
21
A :
23
Serial.println(A);
24 } else {
25
// else input assigned to B
26
B
Serial.read();
Serial.println(B);
}
count++; // adding count by 1
30 }
27
28
29
Expert Solution

Step 1
Below is the required Arduino code:
Step by step
Solved in 2 steps

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY