Equivalent logging statements

Report a typo

Match the equivalent logging calls.

Match the items from left and right columns
System.out.println("message!")
System.err.println("message!")
Log.e("System.err", "message!")
Log.i("System.out", "message!")
Log.w("System.err", "message!")
___

Create a free account to access the full topic