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; }  

The Enduring Power of PHP: Why It’s Still Thriving in 2025 and Beyond

The Enduring Power of PHP: Why It’s Still Thriving in 2025 and Beyond

Web Development | 0 Comments

Despite frequent predictions of its demise, PHP remains a cornerstone of web development. Discover why this ‘immortal’ language continues to evolve and power millions of websites.

Mastering IELTS Speaking: Strategies & Band 9 Tips for November 2025 (Germany Focus)

Mastering IELTS Speaking: Strategies & Band 9 Tips for November 2025 (Germany Focus)

IELTS | 0 Comments

Prepare for your IELTS Speaking test with expert strategies, potential November 2025 question insights, and essential tips to achieve a Band 9 score, especially for test-takers in Germany.

Laravel’s Power: Unlocking Large-Scale Projects with DDD & The New Cloud API

Laravel’s Power: Unlocking Large-Scale Projects with DDD & The New Cloud API

Laravel | 0 Comments

Explore how Laravel excels in large-scale applications, integrates with Domain-Driven Design, and the exciting potential of the new Laravel Cloud API.

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.

Copyright © Draftsbook

Developed by MadLab