#include <iostream>
using namespace std;
int main() {
float x;
cout<<"enter obtained marks"<<endl;
cin>>x;
float y;
cout<<" enter total number "<<endl;
cin>>y;
cout<<" obtained percentage "<<(x/y)*100<<" % "<<endl;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: