draftsbook logo
  • Home
  • IELTS
    • Listening
    • Reading
    • Speaking
    • Writing (Task 1)
    • Writing (Task 2)
  • Problem Solving
    • URI
    • UVa
    • Timus Problem Solution
  • Courses
    • Computer Programming Techniques
    • C Programming
    • Microprocessor & Microcontroller
    • JAVA (OOP)
    • Assembly Language
    • Android
    • Data Structure
    • Computer Network
    • Data Communications
    • Cloud Computing
    • Computer Graphics
    • Artificial Intelligence
    • Computer Architecture
    • Computer Fundamentals
    • Digital Image Processing
    • Internet of Things (IOT)
    • System Analysis and Design
    • MIS(Management Information System)
  • Contact Us
Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Write a program using any programming language that reads five numbers from keyboard and display the smaller,larger and average of those numbers.

Bank, Interview Programming, JOB Exam | 0 Comments

Bangladesh Development Bank Senior Officer (IT) Written Test - 2017 #include <iostream> #include<stdio.h> using namespace std; int main() { int i,n,max,min,total,sum; float avg; printf("Enter Total number of elements \n"); cin>>total;...

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

A program sorts an array of integer. Write down the code that tests the sorting algorithm of written in a program.

Bank, Interview Programming, JOB Exam | 0 Comments

Combined Bank(HBFC and KB) Assistant Programmer-2018 Description: given array of size number, write a program to check if it is sorted in Ascending order or not. Description: given array of size number, write a program to check if it is sorted in Ascending order or...

C program to print infinte Hello World using for loop.

C program to print infinte Hello World using for loop.

Bank, Interview Programming, JOB Exam | 0 Comments

C program: #include <stdio.h> int main() { for(;;){ printf("Hello World\n"); return 0; }  

Python’s Dominance: Powering the Future of Data Science and AI

Python’s Dominance: Powering the Future of Data Science and AI

Python Programming | 0 Comments

Discover why Python is the undisputed leader in data science, exploring its key advantages, essential libraries, and profound impact on AI, machine learning, and data-driven innovations.

Complete Guide: Create Laravel Project in Docker Without Local Dependencies

Complete Guide: Create Laravel Project in Docker Without Local Dependencies

Laravel, Others, Web Development, Web Development Frameworks | 0 Comments

Create Laravel Project Through Docker — No Need to Install PHP, MySQL, or Apache on Your Local Machine In this tutorial, I’ll show you how to create and run a full Laravel project using Docker containers. That means you won’t have to install PHP, MySQL, or Apache...

Navigating the AI Frontier: Why Staying Updated on Artificial Intelligence News is Crucial

Navigating the AI Frontier: Why Staying Updated on Artificial Intelligence News is Crucial

Artificial Intelligence | 0 Comments

The world of AI is evolving at lightning speed. Discover why keeping up with the latest Artificial Intelligence news and trends is essential for everyone.

PHP’s Enduring Evolution: Anticipating What PHP 8.5 Might Bring to Web Development

PHP’s Enduring Evolution: Anticipating What PHP 8.5 Might Bring to Web Development

Web Development | 0 Comments

Explore PHP’s incredible journey to its 30th year and what hypothetical future versions like PHP 8.5 could mean for performance, developer experience, and web innovation.

Copyright © Draftsbook

Developed by MadLab