Computer Science, asked by DhritiSingh, 5 months ago

3. We can perform addition on character and string data type.

( True / False) ​

Answers

Answered by graceshinylourd8a
8

no this is false we can't perform addition on character and string data

Explanation:

hope the answer helps u

Answered by pkst
1

Answer:

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html lang="en"&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Mickey Mouse&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div class="box"&gt;</p><p></p><p>&lt;div class="mouse mouse-lavender"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-mint"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-purple"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body {animation: background 3s infinite;}.box * {position: absolute;}.box {margin: 0 auto;height: 300px;width: 300px;top: 50%;transform: translateY(50%);}</p><p>.mouse {height: 100px;width: 100px;border-radius: 50%;}</p><p></p><p>.mouse::before,.mouse::after{content: '';position: absolute;display: block;height: 60px;width: 60px;</p><p>border-radius: 50%;}</p><p></p><p>.mouse::before {top: -30%;left: -30%;}</p><p></p><p>.mouse::after {top: -30%;right: -30%;}</p><p></p><p></p><p>.mouse-lavender {background-color: #9b99ff;top: 50%;left: 0;animation: beat 3s 1s infinite;}</p><p>.mouse-lavender::before,.mouse-lavender::after {background-color: #9b99ff;}</p><p>.mouse-mint {background-color: #82fff3;top: 50%;right: 0;animation: beat 3s 2s infinite;}</p><p>.mouse-mint::before,.mouse-mint::after {background-color: #82fff3;}</p><p>.mouse-purple {background-color: #e682ff;top: 0%;left: 35%;animation: beat 3s 3s infinite;}</p><p>.mouse-purple::before,.mouse-purple::after {background-color: #e682ff;}</p><p></p><p>@keyframes background2 {0% {background: #c3b8fc;}</p><p>50% {background: #ccfff6;}</p><p>100% {background: #feccff;}</p><p>@keyframes beat {0% {transform: scale(1);opacity: 1;}</p><p>50% {transform: scale(.6);opacity: .6;}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;</p><p></p><p> true

Similar questions