public class ExampleOne { public static void main(String[] args) { int myAge = 28; int herAge = myAge; System.out.println(herAge); } }