SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 304 Weeks Ago, 3 Days Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Computer Science Posted 05 Jan 2018 My Price 10.00

Proper coding conventions required the first letter

Need help with this assignment. Attachment is attached.

Unit 3 Chapter 12 Assignment Grading Information: This Program is due on Date Specified. Comments are REQUIRED; flow charts and pseudocode are NOT REQUIRED. Directions Points The files must be called Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter. Only submit the .java file needed to make the program run. Do not submit the .class file or any other file. 5% Style Components Include properly formatted prologue, comments, indenting, and other style elements as shown in Chapter 2 starting page 64 and Appendix 5 page 881-892. 5% Topics covered in chapter Topics with * are covered in this assignment. Ensure you use every item listed below in your completed assignment. *Integer Types and Floating Point Types *Char Type and ASCII Character Set *Type Conversions *Prefix/Postfix Modes for Increment/Decrement Embedded Assignments Conditional Operation Expressions (ternary) Short Circuit Evaluation Empty Statement Break statement within a loop *For loop header detail Enumerated types *Hexadecimal, Octal, and Binary Numbers Basic Requirements Write a program that gets input for a string, then output a substring of this string character by character showing the upper case, lower case, initial case, binary, and hex values of each character. Repeat until quit. LiFiUnit3Ch12.java  Get input for a string containing both numbers and letters of any length 80%  Get input for a substring length (0 to quit)  Use a for loop with postfix notation to increment through the string and printing the following: o Use a “ternary operator” (pg. 531) that sets the substring length to the actual string length if the value entered for the substring is longer than the actual string length o The initial digit/character o The ASCII value of each character o The ASCII value of each integer converted to a string  Notice the columns for the char/int  Hint: isdigit would work great for this. o The Hex value of each integer/character output in upper case  Use the Integer wrapper class to convert to Hex  Output “Thank you for playing!”  Hints o The ASCII, and Hex are based on the initial value entered Sample output is provided below. Be sure to mimic it exactly. Sample output is provided below. Be sure to mimic it exactly except for the string entered, substring length. The layout should be exact. 10% NOTE: Complete your activity and submit it by clicking “Submit Assignment” Total Percentage 100% Sample Your output will vary based on input.

Attachments:

Answers

(5)
Status NEW Posted 05 Jan 2018 11:01 AM My Price 10.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)