Assignment Chef icon Assignment Chef

[SOLVED] Cs2070 assignment 6: sorting words

5.0 1 customer review Digital download

Digital download

$25.00

Availability
In stock
Checkout
One item

Need a hand?

Message us on WhatsApp for payment or download support.

WhatsApp QR code
This is a variation on problem number 7 on page 186 in the textbook, except that all names should be unique.Name your project FirstnameLastnameAssignment6Have your program do the following.Notes:Your source code must include the following documentation:Welcome to Dr. Church’s Name Sorter.
All names must be unique.
Enter the first name: Eve
Enter the second name: Alice
Enter the third name: BobHere are the sorted names.
Alice
Bob
EveWelcome to Dr. Church’s Name Sorter.
All names must be unique.
Enter the first name: Alice
Enter the second name: Bob
Enter the third name: EveHere are the sorted names.
Alice
Bob
EveWelcome to Dr. Church’s Name Sorter.
All names must be unique.
Enter the first name: Alice
Enter the second name: Rebecca
Enter the third name: AliceNames one and three are identical.Welcome to Dr. Church’s Name Sorter.
All names must be unique.
Enter the first name: Alice
Enter the second name: Bob
Enter the third name: Bob
Names two and three are identical.To turn in your application, find the folder containing your entire project (not the folder with the “java” file), zip it up, and turn it in.