Landing : Athabascau University

Activity

  • Yuyang Liu created a wiki page assignment3 December 3, 2022 - 2:26am
    Reflections Problem 1: This question is about reading and processing files in Java. Particularly, opens a file and counts the whitespace-separated words in that file. I chose to obtain the name via prompt and user input. There are many different...
  • Yuyang Liu created a wiki page assignment2 December 3, 2022 - 1:03am
    Reflections Problem 1: This question is about class and inheritance, it contains a super class animal and four subclasses, pig, sheep, duck, and cow. In each subclass, the sound() method should print the sound made by the child class animal....