yeah here you go:--- [ run_prog.c ] ---#include <stdlib.h>int main(){system("javac Hello.java");system("java Hello");return 0;}--- [ run_prog.c ] ---