top of page

package chapter5; import java.util.Scanner; /* * OUR FIRST METHOD * Write a method that asks a user for their name, then greets them by name. */ public class Greetings { public static void main(String args[]){ System.out.println("Enter your name:"); Scanner scanner = new Scanner(System.in); String name = scanner.next(); scanner.close(); greetUser(name); } public static void greetUser(String name){ System.out.println("Hi there, " + name); } }

Search

Inconvenience Fee!

New Inconvenience Fee: I will be chargeing of $75 per hour. If I have to repeat giving advice/guidance over and over again! If already...

Electronic Notary

This should be a thing for the state of Missouri and others. All the bigger states like TX, CA, GA, and FL is doing this method. This is...

Background check/Credit check 

Background Check/Credit Check: $30-$50 Prices varies I do background checks/credit checks. Some process server work. Prices varies...

Refunds Policy

Any paperwork filing though any state or federal court has a filing fee!!! Please have payment ready when you trying to file though the...

Thank you for subscribing please if you need help let me know by sending your information. This is a legal services website.

bottom of page