Similar Books


    No books found

Title
Chapter: 33 / Q: 2
(Multiplication table) Write a JSF page that displays a multiplication table as shown in Figure 33.26
Chapter: 33 / Q: 3
(Calculate tax) Write a JSF page to let the user enter taxable income and filing status, as shown in Figure 33.27a
Chapter: 33 / Q: 4
(Calculate loan) Write a JSF page that lets the user enter loan amount, interest rate, and number of years, as shown in Figure 33.28a
Chapter: 33 / Q: 5
(Addition quiz) Write a JSF program that generates addition quizzes randomly, as shown in Figure 33.29a. After the user answers all questions, it displays the result, as shown in Figure 33.29b
Chapter: 33 / Q: 6
(Large factorial) Rewrite Exercise 33.1 to handle large factorial. Use the BigInteger class introduced in Section 10.9
Chapter: 33 / Q: 7
(Guess birthday) Listing 4.3, GuessBirthday.java, gives a program for guessing a birthday. Write a JSF program that displays five sets of numbers, as shown in Figure 33.30a
Chapter: 33 / Q: 8
8 (Guess capitals) Write a JSF that prompts the user to enter a capital for a state, as shown in Figure 33.31a
Chapter: 33 / Q: 9
(Access and update a Staff table) Write a JSF program that views, inserts, and updates staff information stored in a database, as shown in Figure 33.32. The view button displays a record with a specified ID. The Staff table is created as follows
Chapter: 33 / Q: 10
(Random cards) Write a JSF that displays four random cards from a deck of 52 cards, as shown in Figure 33.33. When the user clicks the Refresh button, four new random cards are displayed
Chapter: 33 / Q: 11
(Game: the 24-point card game) Rewrite Exercise 20.13 using JSF, as shown in Figure 33.34. Upon clicking the Refresh button, the program displays four random cards and displays an expression if a 24-point solution exists. Otherwise, it displays No solution
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