You will be given a list of space-separated log levels. Find the total integer value of the given log level set.
Standard logger
Find integer values of Log levels
Report a typo
Sample Input 1:
info severeSample Output 1:
1800Write a program in Java 17
class Main {
public static void main(String[] args) {
// put your code here
}
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.