Ready for Cognizant 10 am slot
DM for Codes
@mrtrueliving_ix
@mrtrueliving_ix
Share your question get your Code
#paid help
Pay nd get code✔️ ▶️
DM for Codes
@mrtrueliving_ix
@mrtrueliving_ix
Share your question get your Code
#paid help
Pay nd get code
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Countsubarrays👍
9/10 passed
class UserMainCode {
public int countSubarrays(int[] input1, int input2) {
if (input2 < 3) {
return 0;
}
int count = 0;
for (int i = 0; i < input2 - 2; i++) {
long sum = (long)input1[i] + input1[i + 2];
if (sum == input1[i + 1]) {
count++;
}
}
return count;
}
}9/10 passed
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2👍2
COGNIZANT EXAM HELP GROUP
Ready ▶️ ▶️ DM for Codes @mrtrueliving_ix 💯👍
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Please open Telegram to view this post
VIEW IN TELEGRAM
Maximum weight 👍
DM @mrtrureliving_ix ✔️
10/10 passed
DM @mrtrureliving_ix ✔️
public int maximumWeight(int input1, int input2, int[] input3) {
int N = input1;
int X = input2;
int[] A = input3;
Arrays.sort(A);
int totalWeight = 0;
int count = 0;
for (int i = 0; i < N; i++) {
if (totalWeight + A[i] <= X) {
totalWeight += A[i];
count++;
} else {
break;
}
}
return count;
}10/10 passed
🔥1
Fruit chart 📣 ✔️
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Html
<!DOCTYPE html>
<html>
<head>
<title>Tabbed Content</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="tabs">
<div id="tab1" class="tab active">Tab 1</div>
<div id="tab2" class="tab">Tab 2</div>
<div id="tab3" class="tab">Tab 3</div>
</div>
<div class="contents">
<div id="content1" class="content active">Content 1</div>
<div id="content2" class="content">Content 2</div>
<div id="content3" class="content">Content 3</div>
</div>
<script src="script.js"></script>
</body>
</html>
css
body {
font-size: 20px;
}
.tab {
padding: 10px;
border: 1px solid #ccc;
border-bottom: none;
background-color: #f0f0f0;
cursor: pointer;
}
.tab.active {
background-color: #ccc;
}
.content {
padding: 20px;
border: 1px solid #ccc;
display: none;
}
.content.active {
display: block;
}
javascript
const tabs = document.querySelectorAll('.tab');
const contents = document.querySelectorAll('.content');
tabs.forEach((tab, index) => {
tab.addEventListener('click', () => {
tabs.forEach((t) => t.classList.remove('active'));
tab.classList.add('active');
contents.forEach((content) => content.classList.remove('active'));
contents[index].classList.add('active');
});
});
Tabs components
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Cognizant technical {27 || 10am}
Cluster 1 { java ,SQL, simulator} are done 💯▶️ 📱
Test accomplished📱
DM for test clearance
@mrtrueliving_ix👍
#Cognizant #Technical #Cluster1
Cluster 1 { java ,SQL, simulator} are done 💯
Test accomplished
DM for test clearance
@mrtrueliving_ix
#Cognizant #Technical #Cluster1
Please open Telegram to view this post
VIEW IN TELEGRAM
🏆1🍾1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM