Generation

code to explanationWed, 17 May 2023

#include <iostream> using namespace std; int main(){ //lendet qe nxenesit mesojn string emri [100],mbiemri[100],ans; int len; string lenda[16]={"Matematike","Shqip", "Anglisht","Maqedonisht","Gjermanisht","Biologji","Gjeografi","Kimi","Histori","Fizike","Ars.qytetar","Ars.figurativ","ars.mizikor","Arsim fizike","Inovacione","Programim"}; //notat qe nxensit do i marin int nota[20] cout<<"doni te vazhdoni me shtypjen e te dhenave te nxenesit?(y/n); cin (ans=="y"){ //shtimi i te dhenave te nxenesve for(int i=1;i<30;i++){ cout<<"nxenesi["<<i<<]:"; cin>>emri[i]>>mbiemri[i]; for(int j=1;j<20;j++){ cout<<"lenda["<<j<<"]:"; cout<<lenda[j]<<endl; cout<<"nota:"; cin>>nota[j]; cout<<"********************\n"; } } } } else if(ans=="n"){ cout<<"i keni shtyp vlerat e gabuara"; return 0; }

* The program is written in C++ and it is a program that allows you to enter the name of students and the subject of the subjects they are attending, as well as their grades.

Want to kickstart your project?Use the new AI Studio to create your code