Preview

HTML Codes

Satisfactory Essays
Open Document
Open Document
1539 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
HTML Codes
import java.io.*; public class mark
{
public static void main(String[]args)throws IOException
{
BufferedReader dataIn=new BufferedReader(new InputStreamReader(System.in));
System.out.println(" Jollibee ");
System.out.println("********************************************************************");
System.out.println("* MENU *");
System.out.println("* Burger And Sandwiches | Chickenjoy *");
System.out.println("* CODE Meal | CODE Meal *");
System.out.println("* 1 B1 | 6 C1 *");
System.out.println("* 2 B2 | 7 C2 *");
System.out.println("* 3 B3 | 8 C3 *");
System.out.println("* 4 B4 | 9 C4 *");
System.out.println("* 5 B5 | 10 C5 *");
System.out.println("* | *");
System.out.println("* Noodles | Rice Meal *");
System.out.println("* CODE Meal | CODE Meal *");
System.out.println("* 11 N1 | 17 RM1 *");
System.out.println("* 12 N2 | 18 RM2 *");
System.out.println("* 13 N3 | 19 RM3 *");
System.out.println("* | 20 RM4 *");
System.out.println("* Jollibee Kids Meal | 21 RM5 *");
System.out.println("* CODE Meal | 22 RM6 *");
System.out.println("* 14

You May Also Find These Documents Helpful

  • Powerful Essays

    System.out.println("i = " + i + " f = " + f + " d = " + d);…

    • 2338 Words
    • 10 Pages
    Powerful Essays
  • Better Essays

    Program Lovecs.Java

    • 422 Words
    • 2 Pages

    import java.util. Scanner; public class LoveCS { public static void main(String[] args) { Scanner scan=new Scanner(System.in); System.out.println("Enter how many times you wish the message to be printed."); int limit = 0; limit= scan.nextInt(); int sum=0; int count=1; while (count <=limit) { System.out.println(count+" I love Computer Science!!"); sum+=count; count++; } System.out.println("Printed this message " + limit + " times."); System.out.println("The sum of the numbers from 1 to "+limit+" is "+sum); } } import java.util. Scanner; public class PowersOf2 { public static void main(String[]args) { int valuePowersOf2; int nextPowersOf2 =1; int exponent= 0; int count=0; Scanner scan = new Scanner(System.in); System.out.println("Enter A Number.");…

    • 422 Words
    • 2 Pages
    Better Essays
  • Satisfactory Essays

    Coding

    • 335 Words
    • 2 Pages

    of any impingements. The camera was then removed from the subacromial space. The area was then infiltrated with Marcaine. The posterior portal was then closed with absorbable sutures and Steri-Strips, and a Mepore dressing was placed on it. The arm was then placed in a sling; the patient awakened and was placed on her hospital bed and taken to the recovery room in good…

    • 335 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    code program

    • 317 Words
    • 2 Pages

    (Input screenshot) - Insert here a screenshot of your program running showing entry of the provided set of test input data for this assignment:…

    • 317 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    ANALYZING A WEB PAGE

    • 709 Words
    • 3 Pages

    Authority: When verifying if a website had authority it means that the organization responsible for the website has listed the organizations or…

    • 709 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Purpose of Coding

    • 292 Words
    • 2 Pages

    Diagnoses, signs, and symptoms are all assigned codes. Those codes are entered on insurance claims which results in uniform reporting of medical reasons for healthcare. Codes are used for reimbursement claims, alerting other healthcare professionals to allergies, and notating diagnoses and procedures in a patient’s medical record.…

    • 292 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    domcument

    • 1048 Words
    • 5 Pages

    In what ways does a comparative study accentuate the distinctive contexts of Frankenstein and Blade…

    • 1048 Words
    • 5 Pages
    Better Essays
  • Good Essays

    Web Analysis

    • 979 Words
    • 4 Pages

    The URL is a legitimate .gov address which is extremely hard to obtain or track. Therefore this gives the website credit and authority.…

    • 979 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Codes and Convention

    • 1123 Words
    • 5 Pages

    In the short story what’s a Bum Mom, Kathleen Rockwell uses several convincing techniques to carry out the guiding question on civility. One accurate is metaphors, in the short story the author Kathleen Rockwell describes the scene in the story were they see a homeless women out the bus window. “She stopped at a wastebasket and retrieved a large discarded sketch book. She flipped through it until she found a blank page. Standing on the corner of sixth and 14th, she reached into one of her bags and found a marker. She made on a deft stroke, and then another, on the page another artist left her. My bus moved on. This can be carried out as a metaphor for society and how we view moreover treat homelessness people. Nevertheless we don’t acknowledge it, as a result of ignorance. We are use to pressing on as well as assume we never saw them or they didn’t exist. Hence moving on with our uncivil behavior. Kathleen Rockwell sees a person that has something with I them. A talented women however she is homeless so society will ignore her and continue on with there daily lives. Another technique is she uses first person to relate with the short story. She asks questions moreover show that their scared, a feeling that many people have. They had to do it, anyone would have done it, but did they cry while they were doing it?”…

    • 1123 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Programming

    • 3038 Words
    • 13 Pages

    2. Each of the flowchart segments in Figure 3-35 is unstructured. Redraw each flowchart segment so that it does the same thing but is structured.…

    • 3038 Words
    • 13 Pages
    Good Essays
  • Satisfactory Essays

    What Is Pseudocode?

    • 413 Words
    • 2 Pages

    First, you need to understand that pseudocode is not a programming language. Pseudocode cannot be compiled nor executed on a computer, and there is no real formatting or syntax rules. It is simply one step, a very important step, in producing the final code. The benefit of pseudocode is that it enables the designer to concentrate on the algorithms without worrying about all the syntactic details of a programming language. In fact, you can write pseudocode without even knowing what programming language will be used for the final implementation.…

    • 413 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    HOW TO CREATE FRAMESAll frames are created using the <frameset> tag. This essentially makes up the "master" page, which will "contain" the pages that users actually see. The "master" page, with the <frameset> tag, replaces the <body> tag, meaning you DO NOT use the <body> tag anywhere inside this master page. This master page is than fitted with the individual pages that are "put" inside it. Ok, lets have a look at how exactly this is done: The following example creates a page with two frames:…

    • 493 Words
    • 2 Pages
    Good Essays
  • Good Essays

    ICT - WEB Design

    • 345 Words
    • 2 Pages

    The story opens with a clear image of the unnamed narrator’s fragile mind set, proving his mental disease. The narrator admits to being: “dreadfully nervous” though addressing the reader boldly in his defence through the usage of rhetorical questions: “but why will you think I am mind?” Subsequently, Poe’s elements of tension plunges the readers into the middle of the narrator’s unstable mindset. The narrator’s fragile mind set is proven through the usage of hyphens in the opening sentence in order to create a sense of confession as well as to emphasise the unnamed narrator’s devious fractured mind, and is shown in the following quotation: “True!- nervous- very, very dreadfully nervous.” Linking back to madness and obvious paranoia. The narrator is shown to be speaking to himself and ranting over an unknown justification of a ‘dreadful’ act, to create a sense of confession as aforementioned. This point links back to the title of the story: “The Tell Tale Heart” which immediately points the readers towards the subject of confession, as your heart is supposed to free yourself of all sins through confession, furthermore personifying the heart. Tension is built through the story through the on-going contradictions occurring inside the narrator’s fractured mindset, arguing against the reader regarding his obvious paranoia. It is proven clearly that he is mad, however he contradicts such information, and modern society has acknowledged the fact that when a person loses such sanity, they do not believe themselves to have committed such a deed. His sanity does compose as the story progresses, however becomes motionless by the time the old man has been murdered. However again, confession is the consequence of committing such crimes, and collapses under his own thoughts and paranoia towards the end of the story, as the quotation shows: “They were making a mockery of my horror!” summarising this entire analysis by the ending paragraph: “’Villains!’ I shrieked, ‘dissemble no…

    • 345 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Web Page and Site

    • 6324 Words
    • 26 Pages

    For Personalization feature, you will be using 3 users as the owner of the site. The credentials details are as follows: Please refer to this whenever you are asked to enter the respective username and password.…

    • 6324 Words
    • 26 Pages
    Satisfactory Essays
  • Powerful Essays

    A programming language developed by Sun Microsystems used for cross-platform Web-based applications. Its primary contribution to the Web has been in the form of Java Server Pages (JSP), J2EE and it is also used in ‘applets’ - mini-programs written in Java that run in browsers.…

    • 2817 Words
    • 12 Pages
    Powerful Essays

Related Topics