Pseudocode in java? [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago . String s = ""; myf = new Finch(); do { //Run the menu until quit or cancel is selected s = FinchMenu(); //menu 1 if (s.equals("Back and forward")) RunAccelerationTest(s); } How would you convert something like