-
Notifications
You must be signed in to change notification settings - Fork 0
/
first.html
209 lines (140 loc) · 6.74 KB
/
first.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html>
<head>
metadata - data about data
for browser anad user
</head>
<title>
<!--this is html page of jatin kartik -->
</title>
<body>
<img width="140px" height="80px"src="F:\work image\Annotation 2020-10-23 111613.png" alt="jatin input photo">
<br>
this is visible part ok bro
<p width="120px">
this paragraph smje bhai bata bhai kaisa hai tu mai to teek hoon
</p>
<!--- yeh user se dwara custom format hai para enter ka teek hai bhai chal bye take care-->
<pre>
yeh custom para hai
yaha jo mai likhunga wo waise hi rhega jaisa mai likh rha hoo kuch bhi nahi badlega na hi kuh modified
hoga browser se
so yeh user custom <br> paragrapgh entry hoti hai
yaha 4 spaces dogye to 4 hi rhengeye
ab mai yeh para last kar rha hoo teek hai bye take care
sabse badi baat yaha ke font tak change nahi hote hai sab ek jaise hi rehta hai
ok bro dekh yaha ke font or html ke font
ok bye take care
</pre>
<pre>
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<math.h>
#include<string.h>
int main()
{
int a,max=0,c,d,e,sum=0;
float lf,sum1=0.0;
printf("Enter the number of items ");
scanf("%d",&a);
int items[10],min=items[0];
printf("Enter the item's price\n");
for(int i=0;i<a;i++)
{
scanf("%d",&items[i]);
// fflush(stdin);
}
for(int i=0;i<a;i++)
{
sum+=items[i];
}
for(int i=0;i<a;i++)
{
max=max>items[i]?max:items[i];
min=items[i]<min?items[i]:min;
}
printf("Enter the loss %% in max and profit %% in min");
scanf("%d%d",&c,&d);
printf("Enter the profit %% in others");
scanf("%d",&e);
lf=(d*min)/100-(c*max)/100 ;
printf(" %f ",lf);
for(int i=0;i<a;i++)
{
if(items[i]!=max || items[i]!=min)
lf+=(e*items[i])/100;
else
continue;
}
sum1=sum+lf;
if(sum1>sum)
printf("Profit on deal %f %d %d %d %f ",lf,max,min,sum,sum1);
else if(lf==0)
printf("no profit no loss");
else
printf("loss on deal %f",lf);
return 0;
}
</pre>
<!--tu mera bhai hai smja bro ok happy birthday -->
<p>
<b> jatin kartik tyagi likhunga smja <br> </b>
this is jatin kartik you can contact me everytime ok bro bro i m always with you bro you can call me any time
i m always available teek hai brother okkk
chal nikal meri zindgi se time kharab karne waaale saitaan
</p>
<dl>
<dl>coffee</dl>
<dd>
- black hot drink and detoxrizer
</dd>
<dl>
tea
</dl>
<dd>
- hot drink
</dd>
</dl>
<table width="50%" border="5px">
<caption>test table</caption>
<thead style="color: rgb(97, 65, 22); font: italic;">
<tr>
<tr><th colspan="5">this is temporary table for learning something</th></tr>
<th>sub table</th>
<td>mani</td>
<td>jatin</td>
<td>kartik</td>
<td>tyagi</td>
</tr>
</thead>
<tbody style="color: white; border: tomato; background: black;">
<tr>
<th>number table</th>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th>roman</th>
<td>i</td>
<td>ii</td>
<td>iii</td>
<td>iv</td>
</tr>
</tbody>
<tfoot style="color: rgb(85, 69, 5); font: italic;">
<tr>
<th>sub table</th>
<td>mani</td>
<td>jatin</td>
<td>kartik</td>
<td>tyagi</td>
</tr>
</tfoot>
</table>
<table>
</table>
</body>
</html>