HTML:- <!DOCTYPE html> <html> <head> <meta charset=&q…
Read moreThe marks obtained by a student in 5 different subjects are input through the k…
Read more<?php // Database credentials $servername = "localhost"; $username…
Read more#include<stdio.h> void bsort(int*y,int n){ int i,j,temp; for(i=0…
Read more#include<stdio.h> void bsort(int*y,int n){ int i,j,temp; for(i=0;i<…
Read more#include<stdio.h> int main(){ int a[10][10],m,n,i,j; printf(" …
Read moreacc={} for i in range (0,3): v=input("\nEnter username : ") x…
Read more#Rights reserverd by © CodeWithBrain # import required modules import turtle …
Read more# Program of downward Triangle star Pattern a= int ( input ( "Enter any…
Read more#include<stdio.h> float pow(int m,int n) { int i=1; float result=…
Read more