Placeholder

CSIS 212 Programming Assignment 1 Create Five Programs

$19.00

Description

Program 1
In this new age of Technology (Website, social media, etc., we have been given the opportunity to minister and serve others in many ways. Using the techniques you have learned in this chapter, write a Program which displays at least 5 different sentences that explain how technology has been used to win souls to Christ.
Program 2
Write a portion of a Program for a church’s website. The Program will be used for a chatting feature, which will include an Input Box (Dialog Boxes and the JOptionPane) that requests the user’s name. The message box will include the user’s name and the Scripture of the Day (chapter and verse only).
The Program will be similar to the text below:
Welcome, Bob, To The Liberty University Website!
The Scripture for the day is: Matthew 6:11
The assignment must have the following statements and components as demonstrated in the text:
1 Java file and 1 Class file, Variable, Input Statement, and Program will follow Java Programming Conventions as shown in the Grading Rubric.
Program 3
Exercise 2.14 JHTP: Write an application that displays the numbers 1 to 4 on the same line,
with each pair of adjacent numbers separated by 1 space. Use the following techniques to
accomplish learning the three ways to print using Java.
Use 1 System.out.println statement
Use 4 System.out.print statements
Use 1 System.out.printf statement
Program 4
Exercise 2.15 JHTP: Write an application that ask the user to enter 2 integers, obtains them from the user and prints their sum, product, difference and quotient (division). Use the techniques shown in Figure 2.7.
Program 5
Exercise 2.26 JHTP: Write an application that reads 2 integers, determines whether the first is a multiple of the second and prints the result. [Hint: Use the remainder operator.]
SCREENSHOTS
SOLUTION
PAYMENT
CSIS212 Assignment 1 Report
CSIS212 Assignment 1
CSIS212 Assignment 1
CSIS212 Assignment 1
The solution consists of:
A report word document for this assignment
All Java programs in case you want to run theses programs on your computer.
Screenshots while running programs
Attachments [Move over files to preview content of those files]
CSIS212_Assignment_1.zip (628.33 KB)
CSIS_212_Assignment_1_Report.docx
Screenshot-1.png
Screenshot-2.png
Screenshot-3.png
Screenshot-4.png
Screenshot-5.png
Source Code
Program1.java
Program2.java
Program3.java
Program4.java
Program5.java
Preview Program1.java
xxxxxx xxxxx xxxxxxx1 {
xxxxxx xxxxxx xxxx xxxx(xxxxxx[] xxxx) {
System.out.println(“Technology has been used to win souls to Christ… “); System.out.println(“t—via ministry and church websites. “); System.out.println(“t—data mining and analysis”); System.out.println(“t—by taking the gospel to millions thru mediums over the web (podcasts, videos, simulcasts, etc.).”); System.out.println(“t—by using social media to connect to people worldwide”); System.out.println(“t—by using paypal to send money, make an online payment, receive money or set up a merchant account.”); }
}
}
Preview Program2.java
xxxxxx xxxxx.xxxxx.xxxxxxxxxxx;
xxxxxx xxxxx xxxxxxx2 {
public static void main(String[] args) { String name = JOptionPane.showInputDialog(null, “Enter your name: “); JOptionPane.showMessageDialog(null, “Welcome, ” + name + “, To The Liberty University Website!
The Scripture for the day is: Matthew 6:11”); }
}
}
Preview Program3.java
xxxxxx xxxxx xxxxxxx3 {
xxxxxx xxxxxx xxxx xxxx(xxxxxx[] xxxx) {
System.out.println(“Part (a): 1 2 3 4”); System.out.print(“Part (b): 1″); System.out.print(” 2″); System.out.print(” 3″); System.out.print(” 4
“); System.out.printf(“Part (c): %s
“, “1 2 3 4”); }
}
}
Preview Program4.java
xxxxxx xxxx.xxxx.xxxxxxx;
xxxxxx xxxxx xxxxxxx4 {
public static void main(String[] args) { Scanner input = new Scanner(System.in); int number1; // first number int number2; // second number System.out.print(“Enter first integer: “); number1 = input.nextInt(); System.out.print(“Enter second integer: “);
xxxxxx2 = xxxxx.xxxxxxx();
xxxxxx.xxx.xxxxxxx(xxxxxx1 + ” + ” + xxxxxx2 + ” = ” + (xxxxxx1 + xxxxxx2));
xxxxxx.xxx.xxxxxxx(xxxxxx1 + ” * ” + xxxxxx2 + ” = ” + (xxxxxx1 * xxxxxx2));
xxxxxx.xxx.xxxxxxx(“|” + xxxxxx1 + ” – ” + xxxxxx2 + “| = ” + (xxxx.xxx(xxxxxx1 – xxxxxx2)));
xxxxxx.xxx.xxxxxxx(xxxxxx1 + ” / ” + xxxxxx2 + ” = ” + (xxxxxx1 / xxxxxx2));
xxxxx.xxxxx();
Preview Program5.java
xxxxxx xxxx.xxxx.xxxxxxx;
xxxxxx xxxxx xxxxxxx5 {
public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.print(“Enter first integer: “); int number1 = input.nextInt(); System.out.print(“Enter second integer: “); int number2 = input.nextInt(); if (number1 % number2 == 0)
xxxxxx.xxx.xxxxxxx(xxxxxx1 + ” xx x xxxxxxxx xx ” + xxxxxx2);
xxxx
xxxxxx.xxx.xxxxxxx(xxxxxx1 + ” xx xxx x xxxxxxxx xx ” + xxxxxx2);
xxxxx.xxxxx();
}
Price: $19
You May Also Like:
CSIS 212 Programming Assignment 2 Salary Calculator
CSIS 212 Programming Assignment 3 Bar Chart Printing Program
CSIS 212 Programming Assignment 4 Multiples Circle Area Computer-Assisted Instruction
CSIS 212 Programming Assignment 5 Variable-Length Argument List Dice Rolling
CSIS 212 Programming Assignment 6 Date Class
CSIS 212 Programming Assignment 7 Rectangle Class
CSIS 212 Programming Assignment 8 Payroll Modification

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.