#include int main(void) { int variable_number = 10; char variable_character = 'c'; float variable_fractional_number = 10.25; return 0; }