Using the knowledge of computational language in JAVA it is possible to write a code that datum has already been declared.
import java.util.Scanner;
public class Main
{
public static void main(String[] args) {
int datum;
Scanner sc=new Scanner(System.in);
datum=sc.nextInt();
}
}
See more about JAVA at brainly.com/question/12975450
#SPJ1