

review
Presentation
•
Computers
•
3rd Grade
•
Practice Problem
•
Easy
Arasaka Teacher
Used 2+ times
FREE Resource
3 Slides • 4 Questions
1
Scope
By Arasaka Teacher
2
​class outputting{ static Integer data = l; public static void outputData() { System.out.println(data); } public static void main(String args[]) { System.out.println(data); outputData();}
3
public class Student { // 全局变量(成员变量) String name; // 保存学生的名字,整个类中都可以使用 // 方法,带有参数
public void sayHello(String greeting) {
// 参数变量:greeting //
局部变量:message
String message = greeting + ", " + name;
System.out.println(message); // 输出:Hello, 小明 }
public static void main(String[] args) {
Student stu = new Student();
stu.name = "小明"; // 设置全局变量 stu.sayHello("Hello"); // 传入参数变量 } }
4
Drag and Drop
String name;
public void bark(int times) {
String sound = "Woof";
for (int i = 0; i < times; i++) {
System.out.println(name + ": " + sound);
}
}
public static void main(String[] args) {
Dog d = new Dog();
d.name = "Xiao Hei";
d.bark(3);
}
5
Dropdown
int totalCount = 0;
public void addCount(int number) {
totalCount += added;
System.out.println("Added: " + added);
System.out.println("Total: " + totalCount);
}
public static void main(String[] args) {
Counter c = new Counter();
c.addCount(5);
}
}
6
Fill in the Blanks
7
Labelling
label
getSum()
No (nothing to assign)
Yes, must use return to give back a valu
Calculates and returns a result
Performs an action (e.g., print)
No return value (void)
Has a return value (int, String, etc.)
Scope
By Arasaka Teacher
Show answer
Auto Play
Slide 1 / 7
SLIDE
Similar Resources on Wayground
10 questions
ENZO IS HIS NAME Comprehension Questions
Presentation
•
4th Grade
12 questions
Third Grade Government Studies
Presentation
•
3rd Grade
10 questions
B. INGGRIS KELAS XI MIA/IIS
Presentation
•
2nd Grade
10 questions
Properties of Sound
Presentation
•
4th Grade
10 questions
Abordări didactice moderne
Presentation
•
4th Grade
4 questions
The Kings
Presentation
•
2nd - 5th Grade
13 questions
3.3 This Is Me
Presentation
•
3rd Grade
9 questions
Renewable and Non Renewable Resourcess
Presentation
•
4th Grade
Popular Resources on Wayground
10 questions
HCS SCI 03 Summer School Assessment 1
Quiz
•
3rd Grade
15 questions
HCS SCI 05 Summer School Assessment 1 Review
Quiz
•
5th Grade
22 questions
Day 9 Equations and Inequalities Review
Quiz
•
9th Grade
10 questions
Writing and Identifying Ratios Practice
Quiz
•
5th - 6th Grade
7 questions
PYRAMID PERSPECTIVES part 1
Presentation
•
9th - 12th Grade
12 questions
Understanding the Fourth of July
Quiz
•
9th Grade
15 questions
Soccer World Cup Quiz Questions
Quiz
•
7th Grade