09 Oct Sunday 12:00 Java Homework 10.06
Question 1: Problem J2 in https://cemc.uwaterloo.ca/contests/computing/2016/stage%201/juniorEn.pdf Question 2: You have two strings. Find the number of characters you have to add to make them anagrams of each other. Input abc AbdOutput 2 Input Abcd AbcOutput 1 Input Abcd AOutput 3 ...