#include int main() { int a,b; char c,d; float e,f; a=5; b=65; c='D'; d=68; e=1.25; f=35.225; cout<