Answered step by step
Verified Expert Solution
Question
1 Approved Answer
specs for FindFirst Write a public class call FindFirst with a main method. what it does: 0. prompt user for a String 1. read a
specs for FindFirst
Write a public class call FindFirst with a main method. what it does: 0. prompt user for a String 1. read a String from the user 2. print the character in the string with the lowest unicode 3. continue until user enters the string 0 Restrictions: do not use Arrays, do not use StringBuilder, do not use anything we haven't covered in class.
Examples
% java FindFirst enter a string (end with 0): ksjdhfasksjsh first: a enter a string (end with 0): ksdjdhfgKKFHDFGASDJSDHsjsdhjasjhdsj first: A enter a string (end with 0): ksdjSJDJH5867SDJHDHdkjhd first: 5 enter a string (end with 0): ksjdhfgSDKSDH38475638*&^%$#sjdhsdgaA first: # enter a string (end with 0): 0 % java FindFirst enter a string (end with 0): 0 %
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started