TORONTO KIDS COMPUTER CLUB | PMCA Sunday 10:00 Java Homework 10.27
16655
post-template-default,single,single-post,postid-16655,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

PMCA Sunday 10:00 Java Homework 10.27

30 Oct PMCA Sunday 10:00 Java Homework 10.27

Question 1:
Input a string using scanner and replace all vowels with the letter β€œ#”

Input:
apple

Output:
#ppl#


Question 2:
Input a string using scanner and print the reverse of the string

Input:
apple

Output:
elppa

No Comments

Sorry, the comment form is closed at this time.