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