SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Are You Smarter
Than a 5 Grader?
        th
1,000,000            Are You Smarter Than a
500,000                    5th Grader?
300,000
                5th Grade Input         5th Grade Variables
175,000
100,000     4th Grade Java Structure      4th Grade Input
 50,000
 25,000        3rd Grade Output           3rd Grade Errors

 10,000
             2nd Grade Variables       2nd Grade Binary Numbers
 5,000
 2,000       1st Grade Hardware        1st Grade Intro to Java
 1,000
5th Grade Input Question
  What would happen if the following
  occurred:

  Code:
String name = kboard.nextLine();
  Input:
5.0
5th Grade Input Answer
The program will have an exception or
a run-time error. The program
expects the user to input a string but
the user inputs a decimal value.

                                    Return
5th Grade Variables Question
Name the three key components
involved in naming variables.
5th Grade Variables Answer
The type of variable (string, double, int)
The name must be meaningful and
descriptive
No spaces/symbols in the names of
variables

                                             Return
4th Grade Java File Structure
               Question
Fill in the missing blanks:
1. Source File
2. _____________
3. Object Code
4. _____________
5. Program
4th Grade Java File Structure
           Answer
1. Source File
2. COMPILER
3. Object Code
4. INTERPRETER/JVM
5. Program
                            Return
4th Grade Input Question
What two lines of code are required
for writing a java program with input?
4th Grade Input Answer
import java.util.Scanner;
public class program
{
       public static void main(String[] args)
       {
       Scanner kboard = new Scanner(System.in);
       }
}
                                                  Return
3rd Grade Output Question
What would be outputted by the
following:
int a = 1;
int b = 4;

System.out.println(“ans= “ + a + b);
3rd Grade Output Answer
 It would output:
ans = 14



                            Return
3rd Grade Errors Question
   Classify the following with the type
   of error:
1) Forgetting a semi-colon in a command
2) Outputting the addition of 1+3 as 3.
3) Forgetting a brace bracket at the
   end of the program
3rd Grade Errors Answer
1) Syntax
2) Logic
3) Syntax
2nd Grade Variables Question
Write statement(s) that declares and
assigns the following values:
  mark with a value of 85
  words with a value of Computers
  temperature with a value of 15.3
2nd Grade VariablesAnswer
int mark = 85;
String words = “Computers”;
double temperature = 15.5;



                              Return
2nd Grade Binary Numbers
         Question
What are binary numbers, and why
are they used?
2nd Grade Binary Numbers
          Answer
Computers are made up of wires and
electronic circuits and control them,
1-on, and 0-off
Used to represent this on/off nature
of the wire.
                                   Return
1st Grade Hardware Question
What is the difference between RAM
and ROM?
1st Grade Hardware Answer
RAM – random access memory (can
read-write to this memory, computer
memory)
ROM – read only memory (startup,
only read to this memory)
                                  Return
1st Grade Intro to Java Question

What is Eclipse known as?
1st Grade Intro to Java Answer
 Eclipse is an IDE (integrated
 development environment)




                                 Return
Million Dollar Question
 Grade Level Topic 11
    Input and Output
1,000,000 Question
 Write a short program using Java that
 will ask the user to input a name.
 The program should also ask the user to
 enter an adjective.
 The program should output a statement
 that resembles:
________ (name) is very ____ (adjective).
1,000,000 Answer
We will discuss answers in class!




                                    Return
Thanks for Playing!

Weitere ähnliche Inhalte

Was ist angesagt?

Project presentation
Project presentationProject presentation
Project presentationTrung Dang
 
Cosc 1436 java programming/tutorialoutlet
Cosc 1436 java programming/tutorialoutletCosc 1436 java programming/tutorialoutlet
Cosc 1436 java programming/tutorialoutletWoodardz
 
Token, Pattern and Lexeme
Token, Pattern and LexemeToken, Pattern and Lexeme
Token, Pattern and LexemeA. S. M. Shafi
 
C# lecture 2: Literals , Variables and Data Types in C#
C# lecture 2: Literals , Variables and Data Types in C#C# lecture 2: Literals , Variables and Data Types in C#
C# lecture 2: Literals , Variables and Data Types in C#Dr.Neeraj Kumar Pandey
 
9781439035665 ppt ch07_passing_primitivetypeasobjects
9781439035665 ppt ch07_passing_primitivetypeasobjects9781439035665 ppt ch07_passing_primitivetypeasobjects
9781439035665 ppt ch07_passing_primitivetypeasobjectsTerry Yoast
 
Oop r&s may 2019 (2)
Oop r&s may 2019 (2)Oop r&s may 2019 (2)
Oop r&s may 2019 (2)ktuonlinenotes
 
0. Course Introduction
0. Course Introduction0. Course Introduction
0. Course IntroductionIntro C# Book
 
2013 bookmatter learn_javaforandroiddevelopment
2013 bookmatter learn_javaforandroiddevelopment2013 bookmatter learn_javaforandroiddevelopment
2013 bookmatter learn_javaforandroiddevelopmentCarlosPineda729332
 
programming concept
programming conceptprogramming concept
programming conceptNehabhy
 
Frequently asked tcs technical interview questions and answers
Frequently asked tcs technical interview questions and answersFrequently asked tcs technical interview questions and answers
Frequently asked tcs technical interview questions and answersnishajj
 

Was ist angesagt? (20)

Project presentation
Project presentationProject presentation
Project presentation
 
Assignment11
Assignment11Assignment11
Assignment11
 
Cosc 1436 java programming/tutorialoutlet
Cosc 1436 java programming/tutorialoutletCosc 1436 java programming/tutorialoutlet
Cosc 1436 java programming/tutorialoutlet
 
Handout#10
Handout#10Handout#10
Handout#10
 
Handout#05
Handout#05Handout#05
Handout#05
 
Assignment4
Assignment4Assignment4
Assignment4
 
Handout#03
Handout#03Handout#03
Handout#03
 
Handout#02
Handout#02Handout#02
Handout#02
 
Oop r&s may 2019
Oop r&s may 2019Oop r&s may 2019
Oop r&s may 2019
 
Handout#04
Handout#04Handout#04
Handout#04
 
Handout#09
Handout#09Handout#09
Handout#09
 
Token, Pattern and Lexeme
Token, Pattern and LexemeToken, Pattern and Lexeme
Token, Pattern and Lexeme
 
C# lecture 2: Literals , Variables and Data Types in C#
C# lecture 2: Literals , Variables and Data Types in C#C# lecture 2: Literals , Variables and Data Types in C#
C# lecture 2: Literals , Variables and Data Types in C#
 
Handout#11
Handout#11Handout#11
Handout#11
 
9781439035665 ppt ch07_passing_primitivetypeasobjects
9781439035665 ppt ch07_passing_primitivetypeasobjects9781439035665 ppt ch07_passing_primitivetypeasobjects
9781439035665 ppt ch07_passing_primitivetypeasobjects
 
Oop r&s may 2019 (2)
Oop r&s may 2019 (2)Oop r&s may 2019 (2)
Oop r&s may 2019 (2)
 
0. Course Introduction
0. Course Introduction0. Course Introduction
0. Course Introduction
 
2013 bookmatter learn_javaforandroiddevelopment
2013 bookmatter learn_javaforandroiddevelopment2013 bookmatter learn_javaforandroiddevelopment
2013 bookmatter learn_javaforandroiddevelopment
 
programming concept
programming conceptprogramming concept
programming concept
 
Frequently asked tcs technical interview questions and answers
Frequently asked tcs technical interview questions and answersFrequently asked tcs technical interview questions and answers
Frequently asked tcs technical interview questions and answers
 

Ähnlich wie Grade 11 CS Review (unit 1)

Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Nuzhat Memon
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friendGabriel Daty
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friendGabriel Daty
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friendGabriel Daty
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friendGabriel Daty
 
Getting Started - Console Program and Problem Solving
Getting Started - Console Program and Problem SolvingGetting Started - Console Program and Problem Solving
Getting Started - Console Program and Problem SolvingHock Leng PUAH
 
SPF Getting Started - Console Program
SPF Getting Started - Console ProgramSPF Getting Started - Console Program
SPF Getting Started - Console ProgramHock Leng PUAH
 
01-ch01-1-println.ppt java introduction one
01-ch01-1-println.ppt java introduction one01-ch01-1-println.ppt java introduction one
01-ch01-1-println.ppt java introduction onessuser656672
 
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...Udayan Khattry
 
Class IX Input in Java using Scanner Class (1).pptx
Class IX  Input in Java using Scanner Class (1).pptxClass IX  Input in Java using Scanner Class (1).pptx
Class IX Input in Java using Scanner Class (1).pptxrinkugupta37
 
Functional Programming In Jdk8
Functional Programming In Jdk8 Functional Programming In Jdk8
Functional Programming In Jdk8 Bansilal Haudakari
 
Cis 170 c ilab 5 of 7 arrays and strings
Cis 170 c ilab 5 of 7 arrays and stringsCis 170 c ilab 5 of 7 arrays and strings
Cis 170 c ilab 5 of 7 arrays and stringsCIS321
 
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONINTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONAjit Yadav
 
CSL101_Ch1.pptx
CSL101_Ch1.pptxCSL101_Ch1.pptx
CSL101_Ch1.pptxshivanka2
 

Ähnlich wie Grade 11 CS Review (unit 1) (20)

Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)Std 12 Computer Chapter 7 Java Basics (Part 1)
Std 12 Computer Chapter 7 Java Basics (Part 1)
 
T1
T1T1
T1
 
java intro.pptx.pdf
java intro.pptx.pdfjava intro.pptx.pdf
java intro.pptx.pdf
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friend
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friend
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friend
 
MX Server is my friend
MX Server is my friendMX Server is my friend
MX Server is my friend
 
Getting Started - Console Program and Problem Solving
Getting Started - Console Program and Problem SolvingGetting Started - Console Program and Problem Solving
Getting Started - Console Program and Problem Solving
 
SPF Getting Started - Console Program
SPF Getting Started - Console ProgramSPF Getting Started - Console Program
SPF Getting Started - Console Program
 
01-ch01-1-println.ppt java introduction one
01-ch01-1-println.ppt java introduction one01-ch01-1-println.ppt java introduction one
01-ch01-1-println.ppt java introduction one
 
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
Oracle Certified Associate (OCA) Java SE 8 Programmer II (1Z0-809) - Practice...
 
Class IX Input in Java using Scanner Class (1).pptx
Class IX  Input in Java using Scanner Class (1).pptxClass IX  Input in Java using Scanner Class (1).pptx
Class IX Input in Java using Scanner Class (1).pptx
 
Core java part1
Core java  part1Core java  part1
Core java part1
 
Functional Programming In Jdk8
Functional Programming In Jdk8 Functional Programming In Jdk8
Functional Programming In Jdk8
 
Cis 170 c ilab 5 of 7 arrays and strings
Cis 170 c ilab 5 of 7 arrays and stringsCis 170 c ilab 5 of 7 arrays and strings
Cis 170 c ilab 5 of 7 arrays and strings
 
INTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATIONINTRODUCTION TO JAVA APPLICATION
INTRODUCTION TO JAVA APPLICATION
 
CSL101_Ch1.ppt
CSL101_Ch1.pptCSL101_Ch1.ppt
CSL101_Ch1.ppt
 
CSL101_Ch1.pptx
CSL101_Ch1.pptxCSL101_Ch1.pptx
CSL101_Ch1.pptx
 
CSL101_Ch1.pptx
CSL101_Ch1.pptxCSL101_Ch1.pptx
CSL101_Ch1.pptx
 
CSL101_Ch1.ppt
CSL101_Ch1.pptCSL101_Ch1.ppt
CSL101_Ch1.ppt
 

Kürzlich hochgeladen

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 

Kürzlich hochgeladen (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 

Grade 11 CS Review (unit 1)

  • 1. Are You Smarter Than a 5 Grader? th
  • 2. 1,000,000 Are You Smarter Than a 500,000 5th Grader? 300,000 5th Grade Input 5th Grade Variables 175,000 100,000 4th Grade Java Structure 4th Grade Input 50,000 25,000 3rd Grade Output 3rd Grade Errors 10,000 2nd Grade Variables 2nd Grade Binary Numbers 5,000 2,000 1st Grade Hardware 1st Grade Intro to Java 1,000
  • 3. 5th Grade Input Question What would happen if the following occurred: Code: String name = kboard.nextLine(); Input: 5.0
  • 4. 5th Grade Input Answer The program will have an exception or a run-time error. The program expects the user to input a string but the user inputs a decimal value. Return
  • 5. 5th Grade Variables Question Name the three key components involved in naming variables.
  • 6. 5th Grade Variables Answer The type of variable (string, double, int) The name must be meaningful and descriptive No spaces/symbols in the names of variables Return
  • 7. 4th Grade Java File Structure Question Fill in the missing blanks: 1. Source File 2. _____________ 3. Object Code 4. _____________ 5. Program
  • 8. 4th Grade Java File Structure Answer 1. Source File 2. COMPILER 3. Object Code 4. INTERPRETER/JVM 5. Program Return
  • 9. 4th Grade Input Question What two lines of code are required for writing a java program with input?
  • 10. 4th Grade Input Answer import java.util.Scanner; public class program { public static void main(String[] args) { Scanner kboard = new Scanner(System.in); } } Return
  • 11. 3rd Grade Output Question What would be outputted by the following: int a = 1; int b = 4; System.out.println(“ans= “ + a + b);
  • 12. 3rd Grade Output Answer It would output: ans = 14 Return
  • 13. 3rd Grade Errors Question Classify the following with the type of error: 1) Forgetting a semi-colon in a command 2) Outputting the addition of 1+3 as 3. 3) Forgetting a brace bracket at the end of the program
  • 14. 3rd Grade Errors Answer 1) Syntax 2) Logic 3) Syntax
  • 15. 2nd Grade Variables Question Write statement(s) that declares and assigns the following values: mark with a value of 85 words with a value of Computers temperature with a value of 15.3
  • 16. 2nd Grade VariablesAnswer int mark = 85; String words = “Computers”; double temperature = 15.5; Return
  • 17. 2nd Grade Binary Numbers Question What are binary numbers, and why are they used?
  • 18. 2nd Grade Binary Numbers Answer Computers are made up of wires and electronic circuits and control them, 1-on, and 0-off Used to represent this on/off nature of the wire. Return
  • 19. 1st Grade Hardware Question What is the difference between RAM and ROM?
  • 20. 1st Grade Hardware Answer RAM – random access memory (can read-write to this memory, computer memory) ROM – read only memory (startup, only read to this memory) Return
  • 21. 1st Grade Intro to Java Question What is Eclipse known as?
  • 22. 1st Grade Intro to Java Answer Eclipse is an IDE (integrated development environment) Return
  • 23. Million Dollar Question Grade Level Topic 11 Input and Output
  • 24. 1,000,000 Question Write a short program using Java that will ask the user to input a name. The program should also ask the user to enter an adjective. The program should output a statement that resembles: ________ (name) is very ____ (adjective).
  • 25. 1,000,000 Answer We will discuss answers in class! Return