<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
Aswinkl71
Aswinkl71
Navbar
How to connect MySQL to Django
DATABASES = {
c programing star printing
1.
_______
* * * * *
* * * * *
* * * * *
* * * * *
* * * * *
answer:
#include <stdio.h>
#include <stdio.h>
int main() {
int n,i,j;
printf("enter a number\n= ");
scanf("%d",&n);
for(i=0;i<n;i++){
printf("\n");
for(j=0;j<n;j++){
printf("* ");
}
}
return 0;
}
2.
*
* *
* * *
* * * *
* * * * *
answer:
#include <stdio.h>
#include <stdio.h>
int main() {
int n,i,j;
printf("enter a number\n= ");
scanf("%d",&n);
for(i=1;i<=n;i++){
printf("\n");
for(j=1;j<=i;j++){
printf("* ");
}
}
return 0;
}
3.
* * * * *
* * * *
* * *
* *
*
answer:
#include <stdio.h>
#include <stdio.h>
int main() {
int n,i,j;
printf("enter a number\n= ");
scanf("%d",&n);
for(i=n;i>=1;i--){
printf("\n");
for(j=1;j<=i;j++){
printf("* ");
}
}
return 0;
}
JavaScript
function num(n1,n2){
loop for while
how to we add 2 numbers together in fuction javascript
function num(n1,n2){
javascript prompt
1. <!DOCTYPE html>
Responsive Navigation Menu Bar using HTML CSS & JavaScript
hacking videos
1.>dvwa
3.>What Is Cross-Site Request Forgery (CSRF)
Aswinkl71
Navbar
< nav class = "navbar navbar-expand-lg navbar-dark bg-dark fixed-top" > < div class = "container" > ...
-
< nav class = "navbar navbar-expand-lg navbar-dark bg-dark fixed-top" > < div class = "container" > ...
-
DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.mysql' , 'NAME' : 'sh...
-
1. _______ * * * * * * * * * * * * * * * * * * * * * * * * * answer: #include <stdio.h> #include <stdio.h&g...