Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

12. Give the output of this code? Show hand calculation Dim i As Integer, k As Integer, sum As Single, a As Single a =

image text in transcribed

12. Give the output of this code? Show hand calculation Dim i As Integer, k As Integer, sum As Single, a As Single a = 2.25 Fori 1 To 3 For k = 1 To 2 sum = sum + a * i * k Next k Next i Cells(1, 1sum End Sub Note, # is same as ".0": If you type a real number 5.0 then Visual Basic will display it as 5#

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions