【Para.6】How did the residents take full advantage of the new public toilet
A: Repairmen stored his tools there.
B: Vendors slept on the nearby grass.
C: Shopkeepers and other neighbors brought some furniture around the public toilets.
A: Repairmen stored his tools there.
B: Vendors slept on the nearby grass.
C: Shopkeepers and other neighbors brought some furniture around the public toilets.
举一反三
- How did the residents take full advantage of the new public toilet?
- A clever politician, he knows well how to ___________ the public opinion and take advantage of it.
- We took full _________(advantage) the public facilities.
- ______did you buy for your new flat A: How many furnitures B: How many furniture C: How many pieces of furniture D: How much furniture
- 智慧职教: public class Something { public static void main(String[] args) { Other o = new Other(); new Something().addOne(o); } public void addOne(final Other o) { o.i ; } } class Other { public int i; }