Similar Books


    No books found

Title
Chapter: 4 / Q: 11
(Decimal to hex) Write a program that prompts the user to enter an integer between 0 and 15 and displays its corresponding hex number. Here are some sample runs:
Chapter: 4 / Q: 12
(Hex to binary) Write a program that prompts the user to enter a hex digit and displays its corresponding binary number
Chapter: 4 / Q: 13
(Vowel or consonant?) Write a program that prompts the user to enter a letter and check whether the letter is a vowel or consonant. Here is a sample run:
Chapter: 4 / Q: 15
(Phone key pads) The international standard letter/number mapping found on the telephone is shown below:
Chapter: 4 / Q: 14
(Convert letter grade to number) Write a program that prompts the user to enter a letter grade A, B, C, D, or F and displays its corresponding numeric value 4, 3, 2, 1, or 0. Here is a sample run:
Chapter: 4 / Q: 16
(Random character) Write a program that displays a random uppercase letter using the Math.random() method
Chapter: 4 / Q: 17
(Days of a month) Write a program that prompts the user to enter a year and the first three letters of a month name (with the first letter in uppercase) and displays the number of days in the month. Here is a sample run:
Chapter: 4 / Q: 18
(Student major and status) Write a program that prompts the user to enter two characters and displays the major and status represented in the characters
Chapter: 4 / Q: 19
(Business: check ISBN-10) Rewrite the Programming Exercise 3.9 by entering the ISBN number as a string
Chapter: 4 / Q: 20
(Process a string) Write a program that prompts the user to enter a string and displays its length and its first character
total questions: 772

Questions

772

Views

A PHP Error was encountered

Severity: Warning

Message: Undefined property: stdClass::$TotalViews

Filename: books/book.php

Line Number: 411

Best Answers

299

Points

5