CHALLENGE ACTIVITY 1.10.1: Sphere volume. Given sphereRadius and piVal, compute the volume of a sphere and assign sphereVolume with the result. Use (4.0 / 3.0) to perform floating-point division, instead of (4 / 3) which performs integer division. Volume of sphere = (4.0 / 3.0) π r3 (Hint: r3 can be computed using *)
CHALLENGE ACTIVITY 1.10.1: Sphere volume. Given sphereRadius and piVal, compute the volume of a sphere and assign sphereVolume with the result. Use (4.0 / 3.0) to perform floating-point division, instead of (4 / 3) which performs integer division. Volume of sphere = (4.0 / 3.0) π r3 (Hint: r3 can be computed using *)
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
CHALLENGE ACTIVITY
1.10.1: Sphere volume.
Given sphereRadius and piVal, compute the volume of a sphere and assign sphereVolume with the result. Use (4.0 / 3.0) to perform floating-point division, instead of (4 / 3) which performs integer division.
Volume of sphere = (4.0 / 3.0) π r3 (Hint: r3 can be computed using *)
Volume of sphere = (4.0 / 3.0) π r3 (Hint: r3 can be computed using *)
![CTU Class Homepage.
Section 1.1-CS 226T: Java Progrx
✰ learn.zybooks.com/zybook/CS226-2204A-03-2204A/chapter/1/section/13
=zyBooks My library > CS 226T: Java Programming home > 1.13: Characters
CHALLENGE
ACTIVITY
A common error is to use double quotes rather than single quotes around a character literal, as in myChar = "x", yielding a compiler error.
Similarly, a common error is to forget the quotes around a character literal, as in myChar = x, usually yielding a compiler error (unless x is
also a declared variable, then perhaps yielding a logic error).
CTU Messenger
422784.2543518.qx3zqy7
9
1.13.1: Printing a message with ints and chars.
Print a message telling a user to press the letter ToQuit key numPresses times to quit. End with newline. Ex: If letterToQuit = 'q' and
numPresses = 2, print:
Press the q key 2 times to quit.
1 import java.util.Scanner;
2
3 public class QuitScreen {
4
5
6
10
11
12
13
14
15 }
Run
public static void main(String[] args) {
new Scanner(System.in);
Scanner scnr
char letterToQuit;
int numPresses;
zy Section 1.13 - CS 226T: Java Prog X bHome | bartleby
zyBooks catalog
letterToQuit = scnr.next().charAt(0);
numPresses scnr.nextInt ();
/* Your solution goes here */
1 test
passed
All tests
passed
? Help/FAQ
Stacey Queen
X
:
12:24 PM
8/13/2022](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F788fc729-a951-45c4-9909-47eea7bbf82f%2F43ca5fa7-da84-472f-a0f3-d0fd31d39883%2Frals8f_processed.png&w=3840&q=75)
Transcribed Image Text:CTU Class Homepage.
Section 1.1-CS 226T: Java Progrx
✰ learn.zybooks.com/zybook/CS226-2204A-03-2204A/chapter/1/section/13
=zyBooks My library > CS 226T: Java Programming home > 1.13: Characters
CHALLENGE
ACTIVITY
A common error is to use double quotes rather than single quotes around a character literal, as in myChar = "x", yielding a compiler error.
Similarly, a common error is to forget the quotes around a character literal, as in myChar = x, usually yielding a compiler error (unless x is
also a declared variable, then perhaps yielding a logic error).
CTU Messenger
422784.2543518.qx3zqy7
9
1.13.1: Printing a message with ints and chars.
Print a message telling a user to press the letter ToQuit key numPresses times to quit. End with newline. Ex: If letterToQuit = 'q' and
numPresses = 2, print:
Press the q key 2 times to quit.
1 import java.util.Scanner;
2
3 public class QuitScreen {
4
5
6
10
11
12
13
14
15 }
Run
public static void main(String[] args) {
new Scanner(System.in);
Scanner scnr
char letterToQuit;
int numPresses;
zy Section 1.13 - CS 226T: Java Prog X bHome | bartleby
zyBooks catalog
letterToQuit = scnr.next().charAt(0);
numPresses scnr.nextInt ();
/* Your solution goes here */
1 test
passed
All tests
passed
? Help/FAQ
Stacey Queen
X
:
12:24 PM
8/13/2022
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 2 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
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.Recommended textbooks for you
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
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)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
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)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education