#include <iostream>

using namespace std;

int main() {
	cout << "Enter Path of downloaded JRE or JDK: " ;
	return 0;
}