A car is travelling at a uniform speed. The driver sees a milestone showing a 2-digit number. After travelling for an hour the driver sees another milestone with the same digits in reverse order. After another hour the driver sees another milestone containing the same two digits. What is the average speed of the driver.
17 40215Post New Osys Interview Questions
Is it possible for a member function to use delete this?
What does exc stand for?
What is the Final availability and how can change availability of Rule?
By default valet serve your app on which tld? How to configure it to use another domain?
what is reindexing?
What is the selection process of breakers. Can any one please give a formulation on same?
Which activity is used for detecting duplicate message processing?
Why do hackers use linux?
What are annotations in angular?
actually i can't understand what is 3dB ? and it's really not clear to me.please any one let it me be cleared.
What is the azure redis cache? How is it different from other azure services?
What is field meta data?
What is a common source of error in determining the percent spent caustic in refinery applications?
Why you have to use backbone ?
Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it