chelseaoxford44 chelseaoxford44 04-01-2024 Computers and Technology contestada Write a line of code to get an int from the user and assign it to variable x. a) scanf("%d", &x); b) cin >> x; c) x = input() d) x = getIntFromUser()