MSMerja Shourovinmerjashourov.hashnode.dev·Apr 3, 2024 · 1 min readComputer Science roadmapFirst Year ( 1st Semester ) Learn a programming language ( c/c++ ) and solve as many problems (basic) as you can First Year ( Second Semester ) Learn Object Oriented Programming 2nd Year ( 3rd Semester ) Learn Data Structure & Algorithm ( Basic ) 2nd...00
MSMerja Shourovinlulu.hashnode.dev·May 24, 2023 · 1 min readWorst Exam EverToday at 11.00 am was my English Language I Exam. But I have no preparation for this exam because I have zero interest in this subject. So, last night I called my friend Bizid and requested him to sit beside me in the exam hall. So, when he comes to ...00
MSMerja Shourovinmerjashourov.hashnode.dev·Apr 15, 2023 · 1 min readI can't solve it! Please help me to solve the program :)Write a recursive function that returns the nth Fibonacci number from the Fibonacci series. Write a program in c to find the first digit of a number. example: 5326 - here the first digit is 5 arr[5] = { 1, 5, 5, 5, 2 } #delete all 5 in this array a...00
MSMerja Shourovinmerjashourov.hashnode.dev·Aug 19, 2022 · 3 min readTo become a React developer, follow these steps:1. Learn JavaScript Fundamentals Before diving into React, make sure you have a strong foundation in JavaScript, including ES6 features like arrow functions, promises, async/await, and destructuring. React is built on JavaScript, so proficiency in t...00
MSMerja Shourovinmerjashourov.hashnode.dev·Aug 16, 2022 · 1 min readRun JavaScript Program On VS CodeOpen terminal => npm install prompt-sync vs code setting => search 'run in terminal' => check the box "const prompt = require('prompt-sync')(); ->write this code before your main code *# ctrl+shift+N => run program ctrl+shift+M => stop program*01P