#include <stdio.h> #include <stdlib.h> int main() { int favNum = 90; printf("My fav %s is %d", "number", 500); return 0; }