Question
    Write a function to check whether giving word is in all uppercase without using string functions?
    
        
    
    
    
    
 
    Login to Submit
    
    
    
Examples
Input: "DOG" Output: true Input: "dog" Output: false